回答済み Classification Learner Dataset Preparation
You can perform supervised machine learning by supplying a known set of input data and the corresponding responses to that data ...
回答済み Plot system of equations
You can create function handles to the named or anonymous functions.
For example, for first equation in your system of equatio...
6年以上 前 | 0
回答済み How to import Excel data in Matlab GUI?
You can use following code to load and plot the data from excel file.
function pushbutton1_Callback(hObject, eventdata, handles...
6年以上 前 | 1
| 採用済み
回答済み how to fit 3d points with a non linear curve?
There is a similar question which may be of relevance to you: https://www.mathworks.com/matlabcentral/answers/351777-how-to-fit...
回答済み interp1 measurements drifting
As you mentioned SS1 and SS2 are arrays of 32 columns, but in the line
K = interp1(SS1(1: end,1), SS2(1: end,1), RefernceTime...
6年以上 前 | 1
回答済み Creating an interface with Guide
You can add following code in OpeningFcn callback for creating a plot
h = [67, 32, 67, 87, 45, 89];
t = 1:6;
axes(hand...
回答済み Selecting nearest data for one time
There is a similar question which may be of relevance to you : https://www.mathworks.com/matlabcentral/answers/464446-distance-d...
7年弱 前 | 0
回答済み Save training progress plots using OutputFcn
“savefig” accepts ‘.fig’ file extension only. It does not accepts other file extensions. For more information see the “input Arg...
7年弱 前 | 0
回答済み How to import a plot from Matlab to Java ?
You can try using Java class(plotter) .You can refer to the documentation link for more information: https://www.mathworks.com/h...