Statistics
4 Questions
0 Answers
RANK
133,745
of 301,447
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Any one can fit the 2D-Gaussain function by uisng lsqcurvefit with lb and ub ?
I am trying to fit but my original fuction values are not approximately matched with x = lsqcurvefit(@myfun,x0,xdata,ydata). so ...
6 years ago | 0 answers | 0
0
answersQuestion
Guess values x0 not working within the limit of lb and ub in lsqcurvefit
I have set lb and ub within the range of my guess values xo but its not working.Please help me main function which I want t...
6 years ago | 0 answers | 0
0
answersQuestion
I have produced Hill's vortex by using matlab code and rotate in multiple images with the time interval 0.6. so i want to know what unit of this value 0.6 call pixel or etc.so if call this in pixel then how can I convert into seconds ?
t=0.6; % time interval U=15; % Velocity of Hill's Vortex R=700; % Radius % Equations of H...
7 years ago | 0 answers | 0
0
answersQuestion
I want to convert particle streaking matlab image of 8 bit to bmp image .but I found dark image I want to know why?
imwrite(I_pm2,'fig1.bmp);
7 years ago | 0 answers | 0