Mathematica Wolfram x Simulink Matlab

1 回表示 (過去 30 日間)
Leandro Carvalho
Leandro Carvalho 2016 年 10 月 1 日
回答済み: Walter Roberson 2016 年 10 月 1 日
It is possible export a Notebook file so that the Simulink Matlab can interpret?
For example:
list1 = {1, 2, 8, 12, 15, 20, 25, 32, 45};
list2 = list1^1.2 - 50;
lp = Transpose[{list1, list2}];
ListPlot[lp]
Convert the lists (list1, list2,lp) for a block type, and even the ListPlot to some kind of block.
But not only this code, but any code created in Mathematica.
I asked this question also in this link:

採用された回答

Walter Roberson
Walter Roberson 2016 年 10 月 1 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by