-
Top Posts
-
Recent Comments
- Truong Nghiem on How to install PyQt on Mac OS Snow Leopard
- CMon on How to install PyQt on Mac OS Snow Leopard
- Tong Duy Son on Weekly review: week from 2012-04-15 to 04-21
- Domenico Prattichizzo & SIRSLab's Folks Blog » Links from orgmode to any text file | Truong’s Weblog on Links from orgmode to any text file
- Truong Nghiem on Export Simulink models to publication-quality figures
Categories
Tag Archives: Matlab
Geometric computation and plotting with Yalmip
Yalmip is modeling language in Matlab for mathematical optimization (or programming in the language of Operation Research). There are many excellent optimization solvers out there, for Matlah or not, commercial or free or open source. However, each of them uses … Continue reading
Posted in Matlab, Research
Tagged geometric computation, Matlab, plot, polytope, yalmip
Leave a comment
Grapher: a hidden treasure
From Mac OS X 10.4 onward, there is a software tool pre-installed called Grapher, hidden deep in /Applications/Utilities. Grapher is a graphing calculator, which allows users to plot many types of 2-D and 3-D graphs from data points, user-defined functions, … Continue reading
Install Ipopt on Mac OS 10.6 for Matlab
Ipopt is a very good software package and library for large-scale nonlinear optimization (NLP solver). I wanted to install it, particularly its Matlab interface, to improve the performance of some of my code which currently uses fmincon. The Matlab’s default … Continue reading
Produce publication-quality figures in Matlab
If you want to export Simulink models to figures to be included in publications, check out this post of mine. Matlab is a very useful and popular tools among engineers and researches. One of the many reasons is that it … Continue reading