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

MATLAB Answers

3 Questions
1 Answer

RANK
20 117
of 300 369

REPUTATION
2

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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....

mer än 6 år 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)); ...

mer än 6 år 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...

mer än 6 år ago | 1 answer | 0

1

answer

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...

nästan 7 år ago | 0 answers | 0

0

answers