![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14216283_1543063721181_DEF.jpg)
Shuangfeng Jiang
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
171,738
of 297,016
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Question
The most efficient way to do multiple summation in Matlab?
Hi Recetly I've got a problem about multiple summation calculation in Matlab. As the expression below shows, I would like to nu...
3 years ago | 2 answers | 0
2
answersQuestion
What does the argument 'TolFun' indicate in function 'fit'?
I would like to use the fucntion 'fit' to fit my data with the model, and there's the option called 'TolFun' which should be set...
4 years ago | 1 answer | 0
1
answerQuestion
the 'fmincon' optimisation doesn't stop at minimum with all possible algorithms
I've got an constrained optimisation problem, thus I adopted the function ‘fmincon’. The curve of the f(x) is like the figure ...
4 years ago | 2 answers | 0
2
answersQuestion
When the algorithm of Levenberg-Marquardt is preferred when doing curve fitting?
I would like to do a curve fitting, and there're 2 algorithms in the curve fitting toolbox. The trust-region is default,and it c...
4 years ago | 1 answer | 0
1
answerQuestion
A bug of function fplot (the figure is inconsistent with the one got by 'plot')
syms t_d % input variable % the expression I would like to plot↓ f(t_d)=((6848549883207071*t_d)/70368744177664 + 619810600876...
4 years ago | 1 answer | 0
1
answerQuestion
Is there a function to plot a function with logarithmic scale like 'semilogy' does?
I would like to plot a function, and it seems that there's only 'fplot' that can do it as what I've got is just a function rathe...
4 years ago | 1 answer | 0
1
answerQuestion
How to build a symbolic function based on other symbolic functions?
As the codes shown below, I would like to build f4 based on f1 and f2, but an error occurred. syms x y f1(x)=x+1; f2(y)=y+2;...
4 years ago | 2 answers | 0
2
answersQuestion
Why did I get different results by using degree/radiance as the unit in the integration?
today I wonder if the unit (degree/radiance) of integration variable matters in Matlab, so I tried these 2 peices of codes: x_...
4 years ago | 1 answer | 0
1
answerQuestion
how does a function invoke the inputs?
function [result] = test02(type,a,b,c,d) %This function is used to test what will happen if only part of the inputs %are neede...
5 years ago | 2 answers | 0