Please make a video on fixed point model and floating point model
@PalaniPandu2314 жыл бұрын
Hi, All the videos are most useful for us..I like to learn more on 1) selecting data type for adder 2) auto code generation using target link 3) way to start modeling
@oguzhancebe9833 Жыл бұрын
I loved this MBD Interview Series! Note: You forgot to add this video to your playlist.
@jitendernimiwal81284 жыл бұрын
Commendable.. Very informative. Thanks for the video
@deepikawakchaure56883 жыл бұрын
All videos are just amazing... I wish I new it before... thank you for your efforts Namrata.. good job
@purvawankhade3953 жыл бұрын
Can you explain difference between plant model and controller model
@JyotiSharma-sh3hc4 жыл бұрын
Hi Namrata, please tell me difference between Step size and Sample time and which has higher value.
@simulinktutorial90864 жыл бұрын
Suppose you are working on a feature which has two functions. One function is updated with 10ms whereas the other one at 20ms. In this case the step size will be 10 whereas subsystems of 10ms function will have sample time 10ms and the other one will have 20ms. So the step size is the least one. And sample time can be same as stepsize or integer multiple of stepsize.
@JyotiSharma-sh3hc4 жыл бұрын
@@simulinktutorial9086 Thank you so much. Just one more question, can we create an infinite loop using Stateflow. Also your videos are very informative. Please do create more. Please do some videos on different logical questions based that are asked in interviews.
@simulinktutorial90864 жыл бұрын
Yes you can but, if you are implementing it in stateflow with flowgraph, it means the logic is stuck in loop in a given sample time, which you really don't want to do. And run something for infinite time with update at each sample, well that happens, if you give stop time for simulation inf, it will keep running till you don't hit the stop button.
@allupdates24hours3 жыл бұрын
Hi Could you please provide data dictionary usage.how it will works.
@tejasd87114 жыл бұрын
In parallel states anyways the execution order is defined, what to do mean both the states are active at the same time ? What is the use of it ?
@saquibd4 жыл бұрын
Both states are active means in one execution cycle, both the states will be evaluated. In case of Ex-OR only one state is executed in one execution cycle.
@kajalbadhe85053 жыл бұрын
@@saquibd but we can simply run both states by giving same initial default condition to both states, can we?
@saquibd3 жыл бұрын
@@kajalbadhe8505 If you are speaking of Ex-OR only one state is evaluated strictly in one task cycle. The other state will be evaluated in other task cycle. For running two states in one cycle they need to be parallel states.
@prdfrnd4 жыл бұрын
Hi Namratha could you please upload videos on simulink to targetlink convertion and targetlink code for switch and for multi port switch....
@bhuwanchandrabisht16934 жыл бұрын
can you please create videos on storage classes in Matlab Simulink
@mathakalaramesh01563 жыл бұрын
Please provide mil testing totorial
@Shikha_Katariya3 жыл бұрын
Hey can you plz tell about sequencing, how we give 1,2 etc sequence on that factor it is dependent?
@simulinktutorial90863 жыл бұрын
You have to right click on the state and you should see an option "Execution order". There you can change it.