How to change the data type?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi I used Matlab simulink file.
I use the two type simulation.
1.type 1
1) solver type : variable step
2) simulation type and sample time : discrete, 1e-6
2. type 2
1) solver type : fixed type
2) simulation type : continuous
I want to use type 1 output data for type 2 input data
And the data is updata at every 1 second in type 2.
How to make this simulation in type 2?
1 件のコメント
Walter Roberson
2018 年 11 月 17 日
Any time you have aa continuous system there should be an associated mathematical model of the system . To introduce discrete samples into a continuous system then your mathematical model needs to use something equivalent to Dirac Delta or Heaviside function . But to calculate continuous systems properly much of the time you need to be able to calculate derivatives . Now , how do you want to define the instantaneous derivative of dirac or heaviside right at the transition times ?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!