mathematica to matlab converter

123 次查看(过去 30 天)
LOKESH
LOKESH 2012-1-14
移动DGM 2023-4-12
Hello. I need to convert Mathematica program to matlab. I have tried tomatlab function but doesn't know how to use it.I only need to convert some expressions.
suggest a solution

回答(2 个)

Walter Roberson
Walter Roberson 2012-1-14
In such situations the method that is most effective for me is understanding what the source code is doing and rewriting the functionality in the second language.
  6 个评论
LOKESH
LOKESH 2012-1-18
I am going from scratch as i am unable to get from above solution.
Please suggest what following lines mean in mathematica:
pixelvalues=A[[1,1]];
Dimensions[pixelvalues]
lg=Length[pixelvalues]
Where A is jpeg image..
as i am confusion of that does first line mean pixel value at point A(1,1).
Walter Roberson
Walter Roberson 2012-1-18
It has been pretty much a decade since I did any serious Mathematica programming; it would be easier for you to look up the functions on the Wolfram site.

请先登录,再进行评论。


NNM
NNM 2017-10-26
移动:DGM 2023-4-12
Too old a thread, but this answer may be helpful for some visitor. You can use ToMatlab package built for mathematica http://library.wolfram.com/infocenter/MathSource/577/ Usage: Place the file in applications folder of your base directory.
<<ToMatlab`
SOME EXPRESSION //ToMatlab

类别

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