Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
keep all plot features in matlab livelink
Posted 31 mars 2025, 01:08 UTC−4 LiveLink for MATLAB, Results & Visualization 1 Reply
Please login with a confirmed email address before reporting spam
There's a matlab file (function out = model) that creates a model, solves and postprocesses. All plot features including titles, legends are written within this model m function. Then use mphplot(model,'pg') to plot 'pg'. But this loses all plot features. How to use mphplot while keeping all plot features without rewriting all features?