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 am growing the cells on coverslips and transfecting the fluorescent tagged protein directly on them. Then i want to observe these cells under confocal microscope. Currently i am just using...
01 March 2021 6,142 3 View
I need the simulated XRD pattern of PCN-222 to compare with experimental data. Thanks.
19 February 2021 4,932 3 View
Hello everyone, Because of Covid, now all classes are online. Is there good website that also are easy to use to teach student virtual experiments about PN junctions and semiconductors? Thank...
24 December 2020 6,637 2 View
If we doped metal oxide to semiconducting material in different ratios then the property of the resultant material will be increased.But in some lower ratios when we go through the elemental...
16 December 2020 8,190 2 View
I have a time series of two rainfall products. For error decomposition analysis, I have to calculate HB, MB and FB. Is there any software for calculating these variables.
27 November 2020 980 2 View
I got bright yellow coloured Schiff base after 6 hour reaction time. So i kept it for slow evaporation. Solvent was methanol. But after complete evaporation my product colour changes from yellow...
17 November 2020 3,824 2 View
The discussion may feed the parents a way to manage and guide the children in a right direction.
12 November 2020 1,302 9 View
09 November 2020 9,163 3 View
Hi, I have done a protein-protein docking. Now I want to perform MD in gromacs. I am confused with forcefields. When I tried to findout, everywhere it is written for protein-ligand but I couldn't...
29 September 2020 1,410 3 View
Suppose, one is doing enzyme assay of an enzyme of a steroidogenic pathway. Is it necessary to deplete the steroids from the tissue/ cell homogenate before administering substrates to check enzyme...
21 September 2020 7,439 2 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
I have dataset which shows the length of power lines. I need to classify the lines based on the line length. Is there a rule to classify the High voltage (HV) and low voltage (LV) lines based on...
03 March 2021 4,116 4 View
I am on the lookout for the Enhanced Yellow Fluorescent Protein (Aequorea victoria) DNA sequence. Does anyone know where I can find it? Thank you in advance
03 March 2021 3,568 1 View
Hi, I want to start testing pitfall trap to obtain ants samples, but I need to conduct molecular analysis on those insects. So, what kind of fluid can I use? Ethanol expires too early and I need...
03 March 2021 5,978 5 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
Hi, Could you help me to get the latest (2019, 2020) solar resource data for a particular site in JAPAN? PV GIS and NSRDB data are not in reach to JAPAN, I'm looking for some other database for...
03 March 2021 961 3 View
I have conducted and published a systematic review and meta-analysis research with the topic related to public health and health pomotion (protocol was registed in PROSPERO). Now we want to...
03 March 2021 8,920 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
If the detection range is in ng/ml but the reference range is in ug/ml for a molecule or protein in serum or plasma .how to dilute and what is the initial volume to be taken for quantitative analysis
02 March 2021 7,670 3 View