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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Model Verification 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by