
Today I am happy to welcome guest blogger Quique Hernandez Hurtado Esquilas.
Quique recently completed a project where he updated many examples using Projects to leverage new features added in the... read more >>
Blogs
Today I am happy to welcome guest blogger Quique Hernandez Hurtado Esquilas.
Quique recently completed a project where he updated many examples using Projects to leverage new features added in the... read more >>
After my last post on FMU import and export, someone asked me if exporting a Simulink model to an FMU was a good way to hide the model and protect intellectual property.
The answer is: No!
An FMU is... read more >>
In my previous post, I introduced an example I recently published on MATLAB Central: Four-Cylinder Engine Ignition Control Simulation.
After describing how the plant model has been implemented, it is... read more >>
This post introduces an example project I recently submitted to MATLAB Central: Four-Cylinder Engine Ignition Control Simulation
This project was made in collaboration with Isaac Hisahiro Ito at... read more >>
A few days ago, my colleague Mariano published a blog post on the Developer Zone describing how to run a MATLAB Test suite on a Continuous Integration server every time changes are pushed to a Git... read more >>
You know what I did this weekend? Yes, as the title of this post says, I deployed custom flight control software to my Parrot Rolling Spider Minidrone
Simulink Support Package for Parrot... read more >>
A long time ago, Seth wrote a post showing how to count the number of blocks in a model, including referenced models. At that time, using the functions find_mdlrefs to find all the referenced models... read more >>
This week I discovered a super useful a feature of Simulink Projects.
Renaming a Library
If you are using Simulink Libraries to componentize your models, you very likely ran into the following... read more >>
Today, Ajay Puvvala is back to talk about testing.
Recapitulation
In last week's post, we looked at how we could apply MATLAB Unit Testing Framework to Simulink context. We authored a scripted test... read more >>
Today, I am happy to welcome guest blogger Ajay Puvvala to talk about testing.
Some time ago, Ajay passed by my desk and offered to blog about the tight integration between Simulink Test and MATLAB Unit Testing Framework, which got introduced in R2016b.
My answer was: Yes, of course... but before, we need to introduce what the MATLAB Unit Testing Framework is, and how it can be used in a Simulink context.
This is what Ajay will be describing today.
... read more >>