Problem with Simulink Onramp Task 7.2
29 次查看(过去 30 天)
显示 更早的评论
Hi,
During the Simulink Onramp, I've stranded on Task 7.2 with the following issue. All code is correct and checked a few times now. Since I don't know the function that errors or what input is of type char, I'm stuck. I've tested to replace the MATLAB function with the fcn-block and then everything works fine. As soon as I add a MATLAB function block, i get the error - no matter if it is the prepared block from the task or a nex from simulink. It does not matter what code I fill it with, so it feels like there is a missmatch in the communication from Simulink into the block type itself.
11 个评论
Michael Rodelo
2023-3-26
Hi, I can't add the ^ command by pressing alt+94, the application links this to a shortcut and not to the typing inside Matlab.
Ayla
2024-3-7
移动:Dyuman Joshi
2024-3-7
I could not type *,(),^, and also could not use paste, what can I do...
回答(5 个)
Srivardhan Gadila
2019-8-5
I have brought this issue to the notice of our developers. They will investigate the matter further.
0 个评论
Faiz Zaidi
2020-9-19
The problem was with incorrect or not enough placements of brackets .
use this code
power = 0.5*Cp*rho*A*(2*g*abs(deltaH))^(3/2);
it will surely work
2 个评论
Aaro
2024-3-5
The problem can be fixed when you click "A = pi*10^2; % Area of turbine blade" and double the line so you can add other commands power = 0.5*Cp*rho*A*(2*g*abs(deltaH))^(3/2); there.
0 个评论
Erwin Calvin
2024-6-4
Why is the signal assessment missing?I tried to restart several times but the problems stay the same.Please help :(
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Environment Customization 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!