Feeds
提问
Best Curvefit method for Viscoelastic Material
Hello, I currently have a curvefit code in place to curvefit and find the required parameters for experimental data. Please ...
8 years 前 | 0 个回答 | 0
0
个回答提问
Matlab and Arduino serial data
I am sending a string data to Arduino from Matlab using the following code: clear s; s=serial('COM4','BAUD', 9600); ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Saving function variables to workspace.
hello, I have the following code function [fitresult, gof] = createFit(time, load) %CREATEFIT(TIME,LOAD) % Cre...
9 years 前 | 2 个回答 | 0
2
个回答提问
Best fit curve for non-linear data with 3 unknowns
Hello, I am trying to fit a curve on my experimental data. (.mat file attached) I am using only the time and and load data (co...
9 years 前 | 1 个回答 | 0
1
个回答提问
Matrix dimensions must agree error
Hello, I have the following code and couldn't figure out what I am doing wrong. I am getting the following error, Matrix ...
9 years 前 | 1 个回答 | 0
