not working Unrecognized function or variable 'MatGPT'
@MATLABСағат бұрын
It means either MatGPT is not installed or not on the MATLAB path. I would like to suggest a simpler alternative that runs on your browser: AI Chat Playground. www.mathworks.com/matlabcentral/playground/ No installation necessary.
@Somarowthu.ravichand4 сағат бұрын
The one who secured the 1st place. 🫡
@MATLABСағат бұрын
Yes, they were really good!
@Somarowthu.ravichand4 сағат бұрын
3rd one 🤯
@msh869812 сағат бұрын
these are enlightening
@MATLABСағат бұрын
Yes they are. Are you inspired? Join the Global Drone Student Competition! www.mathworks.com/academia/students/competitions/minidrones/global-drone-student-challenge.html
@mauriciobittencourtpimenta358016 сағат бұрын
wow!! I was strugling so hard to understand the LQR and this video just gave me all the answers! Amazing video. Congrats! Loved the UFO example! hahahha
@MATLAB15 сағат бұрын
That's awesome, I'm glad it helped!
@sameershaikh-js5tm17 сағат бұрын
Did simulink allows to demonstrate complete simulation in real life...just like video of 1st winner?
@dragonlooper16 сағат бұрын
It's with a plugin for UE4
@MATLAB15 сағат бұрын
They used Simulink 3D Animation, which uses Unreal Engine to render the animation. www.mathworks.com/products/3d-animation.html
@OmokaroIgbologe19 сағат бұрын
how do we connect simulink-PS
@rezah33621 сағат бұрын
3rd was best, it was real engineering, 2nd was ok, 1st was video game
@MATLAB15 сағат бұрын
Thank you for sharing your evaluation.
@MengHeangRindali22 сағат бұрын
Hello Sir, I have a question. Do we have to rotate sensors axis to aligne each other before fusion since my hardware sensors are not axis alignment (should we rotate them like using accel * eul2rotm([pi/2 0 0]) )? And all those sensors axis must be NED or ENU?
@C.AMohammedMeeran23 сағат бұрын
Congratulations 🎊
@MATLAB23 сағат бұрын
Thanks and congratulations for the winners!
@paulchen355Күн бұрын
when ABET engr college hands you the degree, but KZbin teaches you the actual knowledge
@MATLAB23 сағат бұрын
Glad the video was useful.
@siddhesh5656Күн бұрын
who the f is going to tell in video to open driving senario designer and where it is located...
@MATLAB23 сағат бұрын
There are two ways to open Driving Scenario Designer. - MATLAB Toolstrip: On the Apps tab, under Automotive, click the app icon. - MATLAB command prompt: Enter drivingScenarioDesigner. Read more here www.mathworks.com/help/driving/ref/drivingscenariodesigner-app.html
@rahulbirari4012 күн бұрын
Brilliant video.. Loved every part of it.
@MATLABКүн бұрын
Thanks, glad you enjoyed it!
@hmt473 күн бұрын
How to do this match filtering in simulinkk???
@claudesuranjith23793 күн бұрын
Thank u miss ❤
@Yu.mobile3 күн бұрын
ረ? sure
@jhittiwakeeampai86234 күн бұрын
Amazing and visualized explanation. Thank you
@MATLAB4 күн бұрын
Glad you enjoyed it!
@svetlana85794 күн бұрын
I work in simscape in custom library FuelCell_lib. There is a problem that when there are no load to Membrane Electrode Assembly the stack temperature still increase. There is no H and O2 consumption. Why does it happen?
@MATLABКүн бұрын
The reason for that is that the model is not starting in steady state. I tried to isolate the root cause by - setting the load current to 0, - setting the stop time to 25000 to see if a steady state will be reached after longer time - comment out cooling system to reduce heat flow here Then I had a look to the gases, that are expanded or compressed. Here you can also see that H2 pressure increases during the simulation, which will cause an increase of temperature, because of missing steady state at beginning of the simulation. I hope that helps.
@fakhriannabi34414 күн бұрын
Thank you for the amazing videos.
@MATLAB4 күн бұрын
Glad you found them helpful!
@anuupadhyaya39634 күн бұрын
Thank you soo much. This video was very helpful.
@MATLAB4 күн бұрын
Glad it was helpful!
@raynersaggers4 күн бұрын
This is great stuff @AdamFilionMW. Really plain talking and informative. The loopback to safety critical systems development is perfect. It'd be great to see an equivalent series or add that the same applies for model based workflows using Simulink Test
@AdamFilionMW3 күн бұрын
Thanks for the suggestion, we've got ideas for expanding this series in the future and will keep MBD and Simulink in mind.
@bitterbum14 күн бұрын
I am glad that as an informally educated software engineer (started out as a mechanical engineer), I at least do these somewhat naturally. One suggestion for MATLAB designers as I am listening to this: there is an opportunity here to improve integration testing in MATLAB and datatype mismatch. Diagnostic tools could be developed that inspect the input and output variable datatypes of a function within a larger script. Thus, if a subsequent function or equation uses, as an input, the output from the previous function, MATLAB could flag/warn the user of a data-type mismatch
@AdamFilionMW4 күн бұрын
Hi @bitterbum1, thanks for the suggestion! We have a lot of exciting tools coming for automated software testing in MATLAB. I'll pass your suggestion along to our developers.
@NethmiNavodya-vp4jw5 күн бұрын
You make this look easy thank you
@MATLAB5 күн бұрын
Glad you liked it.
@johnbopp48135 күн бұрын
Thank you Brian the Brain of Control Theory! I studied this as part of my MSEE. You truly simplified what Slotine could not!
@MATLAB5 күн бұрын
Glad you liked the video.
@Malgro5 күн бұрын
Thank you for this great Video! I am trying to use the advantage of the nested format, because as you mentioned, sensors may be removed or added. It works for me until the nested2wide helper function. Are you initializing the sensor variables with NaN for the timetable within nested2wide? Or how can we make sure, the nested2wide works for the whole data and the timetables can be vertically concatenated? Or to put it in other words: What will happen in your example, if e.g. the ALT sensor was removed at some point?
@AdamFilionMW4 күн бұрын
Hi @Malgro, great question. As with many aspects of data engineering, there’s no universal best answer, but your suggestion is what I generally recommend. One relatively simple approach is to take the list of requested sensors for the wide timetable, preallocate an appropriately sized timetable with NaNs for each requested sensor, then fill in the timetable with whatever sensors are actually available in the data file. That way if a requested sensor like ALT is removed at some point, the code doesn’t break, and you’ll see the sensor values drop out of the concatenated data. Note that if the sensors are recorded at different sample rates or timestamps, you may want a combination of the retime and synchronize functions to align them.
@touchedbyasquid5 күн бұрын
That was such an intuitive way to explain PID, I am almost excited for up coming Control system exams.
@MATLAB5 күн бұрын
That's awesome.
@David_Denali6 күн бұрын
GJ
@MATLAB6 күн бұрын
Thanks!
@simonsota6 күн бұрын
Beautifully presented thank you so much
@MATLAB6 күн бұрын
Glad you found it helpful!
@caniget600subscriberswitho57 күн бұрын
Very nice explanation actually😅
@MATLAB6 күн бұрын
Glad you liked it
@xersisdarian7 күн бұрын
mine shows num(s)/den(s) when trying to make the transfer function denominator a 2nd order equation
@MATLAB6 күн бұрын
This just means that the block is not large enough to fit the transfer function in the block mask display. Please try resizing your block to a larger size.
@Dynamo-rd7xj7 күн бұрын
how did you get the visualization block??
@MATLAB6 күн бұрын
It's in Vehicle Dynamics Blockset. Learn more www.mathworks.com/help/vdynblks/ug/3d-simulation-for-vehicle-dynamics-blockset.html
@bendustin76097 күн бұрын
Today I learned that I'm a sapiophile.
@alhakim917 күн бұрын
gyatt im second
@williamshenk79409 күн бұрын
Excellent presentation!! Thanks for the introduction.
@MATLAB8 күн бұрын
Glad you found it helpful.
@philip4567890philip9 күн бұрын
why load torque is zero? What will happen if we add a step change in load?
@MATLAB6 күн бұрын
Here we are tuning for a no-load condition. For different load torques you could try simulating and analyzing the performance if the PID controllers. If you are satisfied with it then you can use the same set of PID gains. If not you have tune a gain-scheduled PID controller to work for different load torques. You can use the gain-scheduled PID autotuner block for this use case. Please see this example: www.mathworks.com/help/slcontrol/ug/pmsm-tuning-using-gain-scheduled-pid-autotuner.html
@blessoneasovarghese983410 күн бұрын
If these stability criterion is satisfied, does it mean that the system will be completely stable of all types of inputs? Conversely, if there is a pole in right half of s-plane, will the system be unstable only when the input signal frequency is equal to a particular unique frequency and stable for all other frequencies?
@blessoneasovarghese983410 күн бұрын
There is often a confusion between the criteria of stability: As per the closed loop transfer function if (1+GC) = 0, output beccomes infinite, which can be considered as instability. This is the reason of using -1+j0 point for nyquist criterion. However, the condition that no roots of (1+GC)=0 should be in right half of s-plane is another stability criterion. How are these two criteria linked each other? Or are they different and both should be satisfied?
@pranaypallavtripathi246010 күн бұрын
This was very informative. Thanks a lot
@MATLAB8 күн бұрын
Glad it was helpful!
@texloch140110 күн бұрын
Do NOT use MATLAB for OOP unless you are absolutely required to by preexisting project infrastructure, or decisions beyond your control.
@Creative_Sushi-iu4hm8 күн бұрын
I use OOP on MATLAB all the time.
@texloch14017 күн бұрын
@@Creative_Sushi-iu4hm For a personal project or a company project?
@konstantinrebrov67510 күн бұрын
GitHub copilot with Matlab is awesome. I'm a C++ programmer, and it gives me the codes that I need.
@MATLAB10 күн бұрын
Thank you for sharing your experience.
@anupamk.mamgain311210 күн бұрын
Awsm technology ❤
@MATLAB10 күн бұрын
Glad you like it.
@TurdBoi66611 күн бұрын
Pretty lady ❤
@manishalama46911 күн бұрын
Bro ...... very very poor vdo quality ....
@PowerShellWizard11 күн бұрын
I used to be a software tester before the industry decided to just merge that job function into "software engineer". I have always maintained that software testers have a specific mindset uniquely adapted and adapt at finding bugs. Software quality as a whole has declined due to neglecting software testing as a dedicated discipline
@MATLAB10 күн бұрын
Thank you for sharing your experience.
@wanderer29111 күн бұрын
I followed the code but the phase plot of my Pade approximation starts at 360 and not 0. Anyone else had this issue?
@letumilechocho23111 күн бұрын
Amazing 💖
@MATLAB10 күн бұрын
Thanks, glad you liked it!
@shykur89511 күн бұрын
Non linear control of battery energy storage system
@MATLAB11 күн бұрын
Perhaps this example is helpful www.mathworks.com/help/control/ug/nonlinear-state-estimation-of-a-degrading-battery-system.html
@C.AMohammedMeeran11 күн бұрын
Make more such videos.
@HansScharler11 күн бұрын
Testing? What other topics?
@C.AMohammedMeeran10 күн бұрын
@HansScharler For testing. And especially, make videos and courses for the Aerospace Blockset and Toolbox, LIDAR, and UAV Toolbox. I am a mechanical engineering student and am very interested in it.
@Creative_Sushi-iu4hm11 күн бұрын
I knew I have to get better at adding tests to my MATLAB projects. Thanks for the video.