[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question regards MATLAB code running on Octave
From: |
Kanuengnij Kubola |
Subject: |
Question regards MATLAB code running on Octave |
Date: |
5 Oct 99 19:14:25 MDT |
Hi ,
I just start using Octave. I got a problem to run the MATLAB Code on
Octave. Can anyone point me out about this or where I can look at about this
problem? Thanks a lot.
#1. about switch (), Here's the example of the problem
a = 'test'
switch (a)
case 'notatest'
disp("This is not a test")
case 'test'
disp("Successful test!!")
end
This code, it works OK on MATLAB, but it gives some error on Octave that is
error: operator ==: nonconformant arguments (op1 is 1x4, op2 is 1x8)
Does anyone familiar with this problem? Could you please help me out?
nid
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- Question regards MATLAB code running on Octave,
Kanuengnij Kubola <=