Can't progress on simulink onramp in MATLAB function block

1 回表示 (過去 30 日間)
Baburajan
Baburajan 2023 年 2 月 13 日
コメント済み: Ayla 2024 年 3 月 7 日
I can't type power symbol (^) on onramp in MATLAB function block to type the equation

回答 (1 件)

Luca Ferro
Luca Ferro 2023 年 2 月 13 日
you can try to either:
  • copy paste the ^ symbol from here (an annoying procedure)
  • use the function power (A,B). Notice that this is an element wise power and not a regular power. In your case it shouldn't matter i think. (an unefficient method)
0.5*Cp*rho*A*power(2*g*abs(deltaH),3/2)
  • copy paste this line of code (a temporary fix)
power= 0.5*Cp*rho*A*(2*g*abs(deltaH))^(3/2)
  2 件のコメント
Baburajan
Baburajan 2023 年 2 月 14 日
The copy paste is also not working and the onramp is not opening on the matlab software, So I am doing it in the browser and the element wise power is also not working.
Ayla
Ayla 2024 年 3 月 7 日
Is there any method to solve it?

サインインしてコメントする。

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by