Can't progress on simulink onramp in MATLAB function block

Antworten (1)

Luca Ferro
Luca Ferro am 13 Feb. 2023

0 Stimmen

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 Kommentare

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.
Is there any method to solve it?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022b

Gefragt:

am 13 Feb. 2023

Kommentiert:

am 7 Mär. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by