Feeds
提问
Unable to Enumerated data with Chart in simulink
I have defined my class as shown below. classdef(Enumeration) TrafficColors < Simulink.IntEnumType enumeration ...
10 years 前 | 1 个回答 | 0
1
个回答已回答
mixing string name and number,is my commmand correct??
Try using this ! for i=1:100 delete(strcat('filename',num2str(i))) end Cheers !
mixing string name and number,is my commmand correct??
Try using this ! for i=1:100 delete(strcat('filename',num2str(i))) end Cheers !
10 years 前 | 0
提问
How Can I call a function written in CCSv6 in MATLAB Simulink ?
I have an accelerometer attached to the SPI input of the F28335 controller. I have tested and read the output of this accelerom...
10 years 前 | 0 个回答 | 0
0
个回答提问
How can I call a function in simulink that is defined in one of the source file in the Custom Code of the Code generation pane ?
I am trying to include custom code into a simulink model and trying to call one of the function that is in the custom code in th...
10 years 前 | 1 个回答 | 0