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년 초과 전 | 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년 초과 전 | 1
| 수락됨





