Loren on the Art of MATLAB

Turn ideas into MATLAB

Results for: 2019

Stateflow Charts Come to MATLAB! 6

I have been a little bit slow in announcing some of the coolest new features/products in the most recent release, R2019a. Why should you even care? What doesStateflowdo? It allows you show the logic behind the work you are doing. You may say "I can already do that in MATLAB with if/else statements, switch/case statements, etc. And you can. But as you add extra conditions, the nesting of code and at least my ability to fully comprehend it can create a lot of mental overhead and burden. With state charts, you can encapsulate extra condition behavior without quite some much clutter, and yet high clarity....read more >>

The Missing Link 15

Of course the data we collect is always perfect - NOT! Maybe yours is different. What can go wrong? So many things. Instruments drift, web sites go down, power goes out, ... So what can you do if you have gaps in your data, and the analysis you want to perform won't tolerate that condition? You might decide you need to fill in missing values....read more >>