Search found 2 matches

by cfan608
Fri Nov 11, 2011 3:02 pm
Forum: ROMS Tools and Techniques
Topic: roms_matlab plotting and analysis routines
Replies: 105
Views: 2090283

Re: roms_matlab plotting and analysis routines

Wilkin, thanks for the reply. Here is the debug results:

the line 71 is the reshape statement for z, before line 71, the size(z) is:
>> size(z)

ans =

17 43 82

after the reshape statement, size(z) becomes
size(z)

ans =

17 3526
[/color]
at then at line 78, all variables gone!

??? Error ...
by cfan608
Thu Nov 10, 2011 9:51 pm
Forum: ROMS Tools and Techniques
Topic: roms_matlab plotting and analysis routines
Replies: 105
Views: 2090283

Re: roms_matlab plotting and analysis routines

Dear wilkin, I having lots trouble on plotting the netcdf output.
my matlab is R2010a.

after install all the plotting packages.here is the results, thank you very much for your help.

>> roms_zview(file, 'temp', 2,-5, g,2,0.2, 'k')
??? Error using ==> vertcat
CAT arguments dimensions are not ...