Are the operators like " .* ", " ./ " won't work in simulink?

1 回表示 (過去 30 日間)
Shravista Kashyap
Shravista Kashyap 2019 年 7 月 14 日
編集済み: Stephan 2019 年 7 月 14 日
Although I know the way of performing the equivalent operation in matlab or simulink. But, while using these operator in simulink for the matrix A (6X6) and vector n (1X6), the operations shown below brings error in simulink. Besides I have other alterantives to solve the issue. But why they donot work in simulink besides their use in matlab.
diff1 = A./n;
diff2 = A.*n;

採用された回答

Stephan
Stephan 2019 年 7 月 14 日
編集済み: Stephan 2019 年 7 月 14 日

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by