Community Profile

photo

Claude Porlier


Last seen: 23 days ago Active since 2014

Statistics

  • First Answer

View badges

Content Feed

View by

Question


Unable to Enumerated data with Chart in simulink
I have defined my class as shown below. classdef(Enumeration) TrafficColors < Simulink.IntEnumType enumeration ...

9 years ago | 1 answer | 0

1

answer

Answered
mixing string name and number,is my commmand correct??
Try using this ! for i=1:100 delete(strcat('filename',num2str(i))) end Cheers !

9 years ago | 0

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer