Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

C TO STATEFLOW HELP

1 visualización (últimos 30 días)
RuiQi
RuiQi el 4 de En. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
function [f, a] = fcn(y) %#codegen
if y<1e-4
y=1e-4;
end
if y<1.5
f=500*(1.5-y)
a=sqrt(1.5^3/y);
else
f=0;
a=1.5;
end
HOW DO I MODEL THIS IN STATEFLOW ? I AM NOT GETTING THE SAME GRAPH HELP HELP PLEASE !!!!!!

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by