Statistiques
3 Questions
0 Réponses
RANG
251 110
of 301 478
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 296
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 719
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
how to use axis ?
hello, i want to know how to use "axis" to choose the points where i want to have my curve i have this function whose plotte...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to index a vector by another one?
idx=[-2,-1,0,1,2,3]; x=[6,5,2,1,8,0]; is there a way to get that x(-2)=6,...,x(3)=0
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i reconstruct the analytical form of a spline I have calculated with the spap2 command, in order to have the 3 polynomials that compose the spline itself, but I don't know the formula in which to put the coefficients stored.
>>m=100; >> x=unifrnd(0,2,m,1); >> eps=normrnd(0,1,m,1); >> y=cos(x)+eps; >> sp=spap2(3,4,x,y);
presque 9 ans il y a | 1 réponse | 0
