Community Profile

photo

Shuangfeng Jiang


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas