Portable version of Matlab

233 次查看(过去 30 天)
tatiana kravchenko
tatiana kravchenko 2015-5-31
回答: Rik 2023-4-26
Hello Do you have a portable version of Matlab and preferably the latest?

回答(4 个)

Walter Roberson
Walter Roberson 2015-5-31
There is no MATLAB for any Smartphone or iPAD or the like. MATLAB only runs on the x86 and x64 Intel architectures, under MS Windows, Linux, or OS-X. There is no "Java MATLAB" or any other "portable" implementation.
But as Image Analyst points out, you can put MATLAB onto a laptop, or even on to a device such as the MacBook Air (but not on to an iPAD)
  1 个评论
Walter Roberson
Walter Roberson 2021-8-2
(In the time since the above posting, MATLAB has also become available for Mac computers with M1 processor, which is ARM based rather than x86 or x64. But still not smartphones or ipad support.)

请先登录,再进行评论。


Jan
Jan 2015-5-31
Although it might be possible to create a portable version of Matlab which is not bounded to a specific computer, this is most likely not covered by the license conditions. So ask the technical support before you try it.
  1 个评论
Walter Roberson
Walter Roberson 2015-5-31
I have been seeing references to Mathworks Hosted license manager, but I have not figured out yet what kind of licenses are handled that way. If someone were to put MATLAB on a USB drive and they had a Network Named User kind of license, and the license was hosted at Mathworks, then it would not be a license violation. For that matter, within any given organization, a networked named user license travels with the user, and so could be installed on a USB drive and taken around, as long as the user authenticated properly. And of course an organization can serve Concurrent Licenses, where only the count is important and not who is using them.

请先登录,再进行评论。


Steven Lord
Steven Lord 2021-1-12
Two other options that I believe did not yet exist when this question was originally asked in 2015 are MATLAB Online and MATLAB Mobile.

Rik
Rik 2023-4-26
Besides some trickery with a networked license, it is very likely against the license agreement to have a portable Matlab installation in the traditional sense (think Thinstall).
As Steven mentions, you can use MATLAB Online and MATLAB Mobile to get most of the way there.
If neither option suits you, you may need to look elsewhere. GNU Octave is a mostly Matlab-compatible runtime. The one major benefit is that it is free to use under most circumstances. The performance is worse (depending on your exact task), many functions/features are not implemented (e.g. no string or table datatypes), the graphics are less robust, the documentation is not as pollished, and especially on Windows the experience is less pollished. Let me summarize Octave like this: I develop in Matlab and I test for compatibility in Octave.
@Walter, I am aware of your opinion on GNU as an organization and their philosophy. However, I don't think that discussion is within the scope of this question. When I finally get round to posting that threat comparing the pros and cons of Matlab vs Octave, I'll tag you so we have a centralized place to have that discussion.

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by