Feeds
已回答
how I can get data from plot
open('yourfigure.fig'); h = gcf; %current figure handle axesObjs = get(h, 'Children'); %axes handles ...
how I can get data from plot
open('yourfigure.fig'); h = gcf; %current figure handle axesObjs = get(h, 'Children'); %axes handles ...
8 years 前 | 0
| 已接受
已回答
How to split one input and perform different calculations on it to get different outputs.
Hi, if I have correctly understood your issue, you have a number as a single input, and you would like to have multiple outp...
How to split one input and perform different calculations on it to get different outputs.
Hi, if I have correctly understood your issue, you have a number as a single input, and you would like to have multiple outp...
8 years 前 | 1
| 已接受





