Feeds
已回答
Problem with opening files
its deffo cause its an older version this person has solved the issue you have: https://uk.mathworks.com/matlabcentral/answers/4...
Problem with opening files
its deffo cause its an older version this person has solved the issue you have: https://uk.mathworks.com/matlabcentral/answers/4...
3 years 前 | 0
提问
I get an error when trying to run my function using a simulink block.
function [DefuelSwitch, Defuel, EnginesOnSwitch] = defuelingtrigger(u) % Unpack the inputs time = u(1); %fpri...
3 years 前 | 1 个回答 | 0
1
个回答提问
im trying to make a function that checks my simulink model for errors to display a message, how do fix this?
function warning_please_land_imediately = checkForErrors_fnc(fuelsystem) error = erf(FuelSystem); if fuelsystem > error ...
3 years 前 | 2 个回答 | 0

