rslice error?

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
brainf
Posts: 5
Joined: Tue Nov 18, 2008 5:06 pm
Location: CHINESE ACADEMY OF SCIENCES

rslice error?

#1 Unread post by brainf »

I am a beginner for using ROMS, I want to find a matlab gui utility for the visualization of ROMS output. rslice may be exactly is what I needed. But when I input rslice in matlab got following error.

Code: Select all

>> rslice
??? SWITCH expression must be a scalar or string constant.

Error in ==> rslice\private\rslice_initialize at 121
	switch ( options.input_type )

Error in ==> rslice>rslice_OpeningFcn at 480
rslice_initialize ( hObject, options );

Error in ==> gui_mainfcn at 153
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in ==> rslice at 324
    gui_mainfcn(gui_State, varargin{:});
I think my mexnc and SNCTOOLS modules is right, Because I can use roms_wilkin tools and got the right figure. The roms_wilkin tools need mexnc and SNCTOOLS modules also. Who knows what caused this error?

wuhe
Posts: 15
Joined: Mon Dec 22, 2008 5:29 pm
Location: national ocean techniqual centre

Re: rslice error?

#2 Unread post by wuhe »

I had the same question!

jevans

Re: rslice error?

#3 Unread post by jevans »

Get the latest version of rslice via SVN from here

http://svn1.hosted-projects.com/cmgsoft ... unk/rslice

thanh44nq
Posts: 6
Joined: Tue Mar 01, 2016 1:38 am
Location: Kumamoto University

Re: rslice error?

#4 Unread post by thanh44nq »

Jevans,

Could you please send me the link of the latest version of rslice?
I have the same problem listed above.
Thank you,

Regards,
Thanh.

Post Reply