Feeds
提问
Modify function_handle in Simulink matlab function
Hi there, I want to modfy the type of function_handle in Simulink Matlab function. Here is the codes nonConOption = 1; nonl...
6 months 前 | 2 个回答 | 0
2
个回答提问
error in Simulink matlab function
Hi I encounter a problem. Matlab Function allows the matrix transposition: y = fun(x) % x = [6,1] x = x'; x end For my c...
6 months 前 | 1 个回答 | 0
1
个回答提问
Simulink Matlabfunction does not support Global Optimization toolbox
Hi there, I recently use Global Optimization toolbox in Simulink Matlabfunction to solve global optimization problem. But it al...
6 months 前 | 1 个回答 | 0
1
个回答已回答
How do I get the minor time in a MATLAB s-function?
I encountered a similar problem. If I choose the ode4 solver, does the model loop four times in one time step? Another questio...
How do I get the minor time in a MATLAB s-function?
I encountered a similar problem. If I choose the ode4 solver, does the model loop four times in one time step? Another questio...
2 years 前 | 0
提问
Is there a bug in the if function
for example if 0.0001575*1800<=5*0.0567 1 else 0 end The theoretical result should be 1, but the output is 0
5 years 前 | 3 个回答 | 0