Shuangfeng Jiang
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
251.752
of 293.799
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.065
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 149.824
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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;...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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_...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 2 respuestas | 0