Strange Behavior of Version

1 次查看(过去 30 天)
Hello,
I am using matlab for study purpose. I have standalone version installed in my desktop, and when I am out of home, I use the online version. Today I experienced a peculiar error which is "computer('arch')" is showing my computer version as Linux 64 bit while I am having Win 10 64 bit installed in my laptop. I couldn't find any documentation on such a problem. Hence I am requesting the exparts if there is something can be done to resolve it. Thank you in advance.
-- Ritankar
output: [str,maxsize,endian] = computer
str =
'GLNXA64'
maxsize =
2.8147e+14
endian =
'L'
ispc
ans =
logical
0
isunix
ans =
logical
1

采纳的回答

Steven Lord
Steven Lord 2021-1-2
Are you running that in MATLAB Online or in the version you have installed locally on your Windows machine? When I run in MATLAB Online or through MATLAB Answers computer correctly indicates MATLAB is running on a Linux machine.
[str,maxsize,endian] = computer
str = 'GLNXA64'
maxsize = 2.8147e+14
endian = 'L'
  3 个评论
Walter Roberson
Walter Roberson 2021-1-3
I see in the documentation that protected models permitted different kinds of execution effective in different releases. I see that execution in Normal simulation mode (no code generation required) became available for models created in R2018b or later. The implication would be that any model older than that would have been protected to work only through code generation, and a code-generated version would be platform specific I suspect. This does not promise that new enough versions that permit simulation are not platform specific: I have no information about that at the moment... but versions older than do not appear to have any chance of platform independence if I am reading the document correctly.
Ritankar Sahu
Ritankar Sahu 2021-1-3
Hi Walter,
Thank you for the reply. I suspected that too but wasn't so sure. Yeah the model was created with 2015a. It's pretty old actually. And also it generates code when I run in stand alone installed Matlab. Thank you once again!! Have a nice day!
-- Ritankar

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by