Community Profile

photo

Shuangfeng Jiang


Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 2 answers | 0

2

answers