wenchong chen
Followers: 0 Following: 0
Statistiques
RANG
76 471
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
12.5%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
why my plot is not correct?
here is my code x = -5:0.1:5 y = x.^(1/3) plot(x,y)
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
my newton code is not working for fing root of f = 2.5- 1/x
hi sir, this is my code, I am tring to use my newton code to find the root of f = 2.5 - 1/x but my error keeps = 1 and runs in t...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
my code is runing but I can not get the plot out
hi, here is my code, the plot windows pop out but there is no pot on them, whats wrong with my code? hold on f = @(x) x.^3...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I use the subplot command to plot the root estimates vs iterations and the error vs iterations
this is my code: Use bisection method to find the root f = @(x) x.^3 - (9)*x.^2 + 3.8197 xl = -1000 xu = 1000 xm = (xl+xu)/...
plus de 3 ans il y a | 1 réponse | 0
1
réponsewhy the + sign get invalid use of operator?
I can only put f=@(x)40.*x^1.5-875.*x+350000 in it
plus de 3 ans il y a | 0
Question
why the + sign get invalid use of operator?
f=@(x)40*x.^1.5-875*x.+350000 f=@(x)40*x.^1.5-875*x.+350000 ↑ Error: Invalid use of operator.
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to write a bisection loop?
y = (-0.50598*10^-10)*x.^3 + (0.38292*10^-7)*x.^2 + (0.74363*10^-4)*x + 0.88318*10^-2 and I am trying to use bisection to find ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to use finite difference to find slope for a function?
I have a function F(x)=x^2 + x - 10, how can I creat code for forward, back ward and central finite difference approximation of...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot date on X axis
I am so confused on all other answers. Just trying to make a plot with date in X. I created close=TSLA(:,5) and date=TSLA(:,...
presque 4 ans il y a | 1 réponse | 0