Info
此问题已关闭。 请重新打开它进行编辑或回答。
What is the GUI version for emlc(or emlmex) in linux 2009b version
1 次查看(过去 30 天)
显示 更早的评论
I know newer versons of linux matlab have coder as GUI which seems not availabe in linux 2009b. So am I corrct on this, that, there is no GUI for emlc(or emlmex) in linux 2009b version ? Thanks.
2 个评论
Kaustubha Govind
2013-6-25
My guess is that the Coder GUI was introduced in R2011a or R2011b, but I'll leave the question unanswered so someone with more knowledge can attempt it.
回答(1 个)
Fred Smith
2013-6-25
The GUI was introduced in R2011a.
2 个评论
Ryan Livingston
2013-6-25
Have a look at
doc emlcoder.egs
to specify arguments on the command line. You can do something like:
ex = emlcoder.egs(zeros(3,2), [1000, 1234], [1 1])
and pass that to emlc:
emlc foo.m -eg ex -report
to specify that the input of foo.m is a double matrix with dimensions
:1000-by-:1234
Unfortunately, I don't believe the ability to use unbounded variable sizing was available in R2009b.
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!