octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: There are something difference between MATLAB and Octave.


From: rachana
Subject: Re: There are something difference between MATLAB and Octave.
Date: Sun, 20 Jan 2019 22:37:00 -0600 (CST)

1. Octave supports the use of both single and double quotes whereas MATLAB
supports only single quotes, which means parsing errors will occur if user
tries to use double quotes.

2. Octave supports C-style hexadecimal notation (e.g. "0xF0") and MATLAB
requires the hex2dec function (e.g. "hex2dec('F0')")

3. To end blocks, Octave can use "end" or specify the block with "endif,
endfor, ..."; MATLAB requires "end".



-----
Mobile app development companies India 
Android apps development company Bangalore 
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]