Statistiques
9 Questions
0 Réponses
RANG
165 386
of 300 343
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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;...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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_...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 2 réponses | 0
