Community Profile

photo

MUMATZ QURESHI


National Taiwan University of Science and Technology

Active since 2018

Followers: 0   Following: 0

Message

PhD-Student
Optical-thermal & fluid sciences

Statistics

  • First Answer

View badges

Feeds

View by

Answered
lsqcurvefit help
function myfun xdata = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; ydata = [455.2 428.6 124.1 67.3 43.2 28.1 13.1 -0....

5 years ago | 1

Question


How i use numerical integration in nonlinear curvefitting ? because integration is not working in nonlinear curve fitting.Is any one give me one example in which numerical integration correctly working with respect to time limits?
x0=[0.5,6,3,5,6,1]; lb=[]; ub=[]; x= lsqcurvefit(@myfun1,x0,xdata,ydata,lb,ub,options) disp=linspace(xdata(1),xdata(end)); ...

5 years ago | 0 answers | 0

0

answers

Question


how I use function F = myfun1(x,xdata) F= @(x,xdata)x(1).*exp(x(2).*xdata);
function F = myfun1(x,xdata) F= @(x,xdata)x(1).*exp(x(2).*xdata); % Assume you determined xdata and ydata experimentally xd...

5 years ago | 0 answers | 0

0

answers

Question


How can we change colors in 3D Scatterplot?
I want to show my relative error data on z axies with respect to xy-axis coordinates so I use 3d scatter plot to do this task.Bu...

5 years ago | 0 answers | 0

0

answers