Simulink Tutorial - 71 - MATLAB Coder
10:22
Simulink Tutorial - 68 - Rate Limiter
12:38
Simulink Tutorial - 67 - Truth Table
11:15
Пікірлер
@heartbreaker8299
@heartbreaker8299 8 күн бұрын
I need personal training via teams or anything. Can you please ping me. we can discuss about fees
@heartbreaker8299
@heartbreaker8299 8 күн бұрын
There is no head and tail for your tutorial, how will freshers will understand this. Can you please explain from basics??
@BuddhaghoshBambole
@BuddhaghoshBambole 27 күн бұрын
Here is a simple addition program in cpp. //addition.cpp include "addition.h" double add_one(double a, double b){ double c; c = a+b; return(c); } //addition.h define ADDITION_H #ifndef ADDITION H double add_one (double a, double b); #endif // //Steps followed def = legacy_code('initialize'); def.SFunctionName = 'rtwdemo_sfun_addition_cpp'; def.OutputFcnSpec = 'double y1 = add_one(double u1, double u2)'; def.HeaderFiles = {'addition.h'}; def.SourceFiles {'addition.cpp'}; def. IncPaths = {'rtwdemo_lct_src'}; def.SrcPaths = {'rtwdemo_lct_src'}; def.Options.language = 'C++'; legacy_code(sfcn_cmex_generate',def) legacy_code('compile',def) def.Options.useTlcWithAccel = false; But compilation error occurs, Any solution to this for cpp code
@amarendrakumar7973
@amarendrakumar7973 Ай бұрын
Why you are not posting videos ?😥
@anilkumarpallagani6810
@anilkumarpallagani6810 Ай бұрын
the cloud strap
@sohammajumder9743
@sohammajumder9743 Ай бұрын
which will be easy to use and beneficial? switch case using "multi port switch" or using "action subsystem" ?
@sohammajumder9743
@sohammajumder9743 Ай бұрын
you should be little fast in teaching. it is making me sleepy
@sohammajumder9743
@sohammajumder9743 Ай бұрын
can't we use if else block in place of switch?
@ajaykumarkadali8764
@ajaykumarkadali8764 2 ай бұрын
we want m -scripting videos from basic onwards can you please upload videos
@snowboy2581
@snowboy2581 2 ай бұрын
You are the best keep taking videos!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Welcome from Russia
@reeeyan5926
@reeeyan5926 3 ай бұрын
Good work
@rashmitippannavar9105
@rashmitippannavar9105 3 ай бұрын
for down counter, the counter should be set with maximum value mentioned right? because we will be decrementing the counter value till it reaches 0 i.e. if the counter has to go for 5 loops then cnt=5, then cnt=cnt-1, check till cnt=0 correct me if i am wrong!
@nomannosher8928
@nomannosher8928 3 ай бұрын
you have tutorial on every topic.
@ankitjaiswal8496
@ankitjaiswal8496 3 ай бұрын
Hot to Add lookup table in stateflow c
@Pank-vip1
@Pank-vip1 4 ай бұрын
How to deal with scenario having 3 subsystem running at different rate like 0.05, 0.1 and 0.15. How they will execute? at what time each subsystem will give full output?
@ghanshyamawale6806
@ghanshyamawale6806 4 ай бұрын
Hi Yours tutorial is very good please explain one session on Scripting in details....pls
@mshaikafzal
@mshaikafzal 4 ай бұрын
Dear Namrata can you implement 5 4 3 2 1 0 1 2 3 4 5 logic using simulink blocks and upload it on KZbin.
@azzouguenachour909
@azzouguenachour909 4 ай бұрын
Many thanks for this very clear example.
@archanad3504
@archanad3504 5 ай бұрын
What is the name of the input block name? I could not find it in library browsee
@user-el5mr7gg1k
@user-el5mr7gg1k 5 ай бұрын
Excellent video. You can share the new-1.c file?
@LakshmiSatya-zh3dq
@LakshmiSatya-zh3dq 5 ай бұрын
if(Avg_Current_1s >= 70) { Timer_Cnt_70++; if(Timer_Cnt_70 == 2) { AvgCurrentRampDown_Flag = 1; } } else if((Avg_Current_1s >= 60) && (Avg_Current_1s < 70)) { Timer_Cnt_60++; if(Timer_Cnt_60 == 4) { AvgCurrentRampDown_Flag = 1; } } can you please tell how to implement this code in simulink
@nots0funny1234
@nots0funny1234 5 ай бұрын
Intersting. Thank you.
@hellboy980
@hellboy980 5 ай бұрын
Difference between atomic and non atomic code?
@shriharigupta-fy8jj
@shriharigupta-fy8jj 5 ай бұрын
Thank you mam ❤ feb'24
@divakarpatel528
@divakarpatel528 6 ай бұрын
Develop Simulink /state flow model for interior light control system using the given conditions. Description of Challenge: if it is auto mode then light should be on, if any door opens and should be off if all doors closed In manual mode if it is light control switch is OFF then LED should be OFF and if switch is ON then LED should be ON can you give a idea on these
@humairafazlihussein1077
@humairafazlihussein1077 7 ай бұрын
can you please make video fun😊❤
@kalpanacharyg7897
@kalpanacharyg7897 7 ай бұрын
Hello mam I am getting a simulation error when I connecting datatype conversion block to bus signal. How can I resolve this.
@batmanjoker-mb1ed
@batmanjoker-mb1ed 8 ай бұрын
please say how can i upload this generated code to dsp now
@hsomashekar5210
@hsomashekar5210 8 ай бұрын
I need explanation matlab
@chiluverunrcmanishankar2821
@chiluverunrcmanishankar2821 8 ай бұрын
Pls do videos code generation settings
@user-ey2yy6dx6d
@user-ey2yy6dx6d 8 ай бұрын
écrire un script matlab permettant de calculer la valeur de l'expression e avec e=(1)+(1/1+2)+(1/1+2+3)+(1/1+2+3+4)+.........+(1/1+2+3+....+n) avec n>=2
@shaikhussain7011
@shaikhussain7011 8 ай бұрын
Thank you .
@villagevlogs2896
@villagevlogs2896 9 ай бұрын
Hi
@oguzhancebe9833
@oguzhancebe9833 9 ай бұрын
I loved this MBD Interview Series! Note: You forgot to add this video to your playlist.
@Yetigolf
@Yetigolf 9 ай бұрын
Thank you, for this video. It helped me a lot!
@ravikantmorye9921
@ravikantmorye9921 9 ай бұрын
Thank you!!
@ravikantmorye9921
@ravikantmorye9921 9 ай бұрын
Thank you!!!
@ashutoshshukla5344
@ashutoshshukla5344 9 ай бұрын
Helpful content
@nandinishah7625
@nandinishah7625 10 ай бұрын
hey there! your tutorial is amazing, but I am facing problem with block not showing arrow for library links. Is there any other alternative for library links block?
@malekmohamed987
@malekmohamed987 10 ай бұрын
Thanks a lot ma'am for the whole tutoriel. Il really helped and still supports me in my actual tasks. Hope you the best a best life! 😊
@pavanporika4135
@pavanporika4135 10 ай бұрын
Excellent explanation can u make a sub system seperatly Like enable, triggered,
@navpreetsingh2758
@navpreetsingh2758 11 ай бұрын
my model doesnt executed in the present form plz help me for this
@engineeringsolutionseee3362
@engineeringsolutionseee3362 11 ай бұрын
❤❤❤❤❤❤
@engineeringsolutionseee3362
@engineeringsolutionseee3362 11 ай бұрын
❤❤❤❤❤❤❤❤❤❤
@sanjaym1580
@sanjaym1580 11 ай бұрын
If I want to import a C++ code, then will that 'sfcn_cmex_generate' change into some other command? I tried 'sfcn_cppmex_generate', 'sfcn_c++mex_generate' etc. I want to bring a C++ System C code here. Can you pls tell me whether it is possible or not?
@jeshraw
@jeshraw 11 ай бұрын
Learned lot of things from your videos.. Thanks.. Happy Teachers Day!!
@madhura305
@madhura305 11 ай бұрын
How to write the initialization code for 2016 matlab.. Plz do help. Thanks in advance
@myexperience87
@myexperience87 11 ай бұрын
Its not youre fault I think but its very hard to understand what you say, you have a very thick accent, its very annoying
@mdij1042
@mdij1042 Жыл бұрын
2x speed is normal 😄
@mohdafzal2573
@mohdafzal2573 Жыл бұрын
Thank you.