How to efficiently turn octave code to matlab.

39 visualizaciones (últimos 30 días)
emiliano alaimo
emiliano alaimo el 12 de Oct. de 2019
Comentada: Rik el 29 de Nov. de 2022
Hi there I'new first time matlab just buy it. But I have lots of octave codes. Pls help me with tips as per efficiently turn those codes to matlab. If not posible is like having buying matlab no purpose. Thanks!
  5 comentarios
Walter Roberson
Walter Roberson el 28 de Nov. de 2022
Beaker, are you referring to the "computer" function?
Rik
Rik el 29 de Nov. de 2022
Just to show the difference:
[comp, maxsize, endian] = computer (), arch = computer ("arch")
comp = 'GLNXA64'
maxsize = 2.8147e+14
endian = 'L'
arch = 'glnxa64'
And this is the output on my installed copy of Octave:
comp = x86_64-w64-mingw32
maxsize = 9.2234e+18
endian = L
arch = mingw32-x86_64
@Beaker I don't know why the descriptors are different. That is a question for the Octave developers. I do know this has been the case for a while now: Octave 4 also returns this style of output.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Octave en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by