I am using octave to extract the wave data present in netCDF file. I need to extract the data. I am using octave in windows.
You need to add the toolbox octcdf
http://modb.oce.ulg.ac.be/mediawiki/index.php/NetCDF_toolbox_for_Octave
Dear Prof.
I have Installed the Octave in Ubuntu and the packages, but when I tried the first command : nc=netcdf('wm_20110101.nc'.'r'); It has not shown any data in that nc file. Is there any command to show the data like the ferret.
Check first that octcdf is correctly installed. It you type
octave:1> ver
you should get something like
----------------------------------------------------------------------
GNU Octave Version 3.4.3
GNU Octave License: GNU General Public License
Operating System: Linux 3.0.0-24-generic #40-Ubuntu SMP Tue Jul 24 15:36:59 UTC 2012 i686
Package Name | Version | Installation directory
--------------+---------+-----------------------
octcdf *| 1.1.4 | .../share/octave/packages/octcdf-1.1.4
If you do have octcdf insalled, read again the link I sent to learn the basics on how to read netcdf data
An escample for that dataset will be
nc=netcdf('wm_20110101.nc'.'r');
lon=nc{'lon'}(:);
lat=nc{'lat'}(:);
swh=nc{'swh}(:);
scatter(lon,lat,6,swh)
Regards
Andres
Dear Sir,
I am Chaitanya,............
I Just installed Octave and few octave packages in mac OS X 10.9.5.
I am also facing same problem with netcdf file accessing in Octave.
here are the version details.
GNU Octave Version 3.8.2
Operating System: Darwin 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64
ncarray | 1.0.3 | /opt/local/share/octave/packages/ncarray-1.0.3
netcdf | 1.0.7 | /opt/local/share/octave/packages/netcdf-1.0.7
octcdf | 1.1.8 | /opt/local/share/octave/packages/octcdf-1.1.8
-------------------------
even though octcdf is installed its is showing the following error.
------------------
octave:2> ncsss=netcdf('sss_cars_filled.nc','r')
error: 'netcdf' undefined near line 1 column 7
---------------------
can you please help me..........
with data.nc your dataset, the command should be
Hi,
think you should use netcdf_open and netcdf_getVar command
(1)check which variable are available
ncdisp('data.nc')
(2) Open the file
fid=netcdf_open('data.nc','NC_NOWRITE');
(3) Extract the variable
latn=netcdf_getVar(fid,1);
(4) close the file
ncdf_close(fid)
there are good explanation here
https://github.com/Alexander-Barth/octave-netcdf/wiki
Cheers,
JF
Dear Chaitanya Akurathi ,
don' forget to load the package, for instance:
>> pkg load netcdf
then octave will recognize the package and you can use it.
good luck,
I wanted to know whether we can observe the synergistic/antagonistic/additive properties of combinations or mixtures of compounds through docking analysis. But during docking preparation any...
28 July 2024 7,413 6 View
In the area of material science and manufacturing engineering.
08 July 2024 5,576 0 View
Hi, I am doing aptamer based electrochemical biosensor. First, I cleaned screen printed gold electrode using 0.5M H2SO4. Then, immobilized aptamer followed by blocking using 2mM MCH. I use...
06 July 2024 9,852 1 View
After finish the synthesis of nanoparticles.and nanoplates of silver how to take out those as solid/powder form from the solution. Please give a solution of u already done that and succeeded by that
27 June 2024 692 1 View
Detection the ability of pseudomonas flouresence to form biofilms in food
30 May 2024 8,050 1 View
Hi there, I am using 0.4% trypan blue dye to count my nuclei suspension (generated from snap-frozen intestinal colon tissue). Although I expected a blue stain only (since nuclei resemble the dead...
17 April 2024 4,472 0 View
I have got measurement results from China. But they have given me the results in tfh file format. Can anyone suggest a software to open the file and analyse the results?
14 April 2024 789 3 View
This question is based on research done by Kavulavu et al. et al. in 2022, entitled "Challenges facing blood transfusion services at a regional blood transfusion center in Western Kenya." In this...
10 April 2024 9,791 0 View
Description : 1. Input rating - Nominal 230V AC. Max 300V AC - Single Phase 2. Output rating - 60V, 15Amp max 3. Efficiency > 90%, 4. Max operating ambient temperature: 50 deg C 5. Volumetric...
02 April 2024 7,339 3 View
Hello everyone, I am conducting molecular docking using Autodock Vina. The receptor (protein) is huge therefore the grid spacing 0.375 A is not enough (Autodock Tools). So, I also increased the...
22 March 2024 8,368 1 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
The stability of the Solar System is a complex subject that blends the classical framework of Newtonian mechanics with the modern insights provided by General Relativity (GR). Understanding this...
07 August 2024 2,569 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View