Statistiques
3 Questions
0 Réponses
RANG
149 949
of 301 301
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 897
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
Problem with cubic spline
I got this message: Unable to perform assignment because the left and right sides have a different number of elements. Error...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Help with my secant method.
Here's my code. function [it_count,root,xn] = secant(fcn,x0,x1,error_bd,max_iterate) % % function secant(fcn,x0,x1,error_bd,m...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I fix the error in the given code? About 'inline'
it_count=0; xn=0; if 0 >= 0.9 disp('0 < 3 is not true. Stop!') root=NaN; return end a = 0.9; b = 1.2; f=i...
presque 7 ans il y a | 1 réponse | 0