E
Followers: 0 Following: 0
Python
Spoken Languages:
English
Statistiques
RANG
213 370
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
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
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How do I get just the x and y axis to show up?
Hello, i know that using the function grid on i can get a grid on my graphs. However, what function do i have to use to just mak...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Is there a way to achieve the same result as the xlim, ylim functions using different functions?
Hello, i was wondering if there is a way to achieve the same result as xlim, and ylim with a different set of functions? I have ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there a function that does the same thing as the numel function?
Hello, I was wondering what other functions could be used to achieve the same result as the numel function?
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Plot polynomial using Eueler's method
syms x; y=x.^3 + x.^2- 12*x; %polynomial function dy= diff(y,x)%derivative of y N=100; h=0.1; x=-4:0.1:3; y(1)=-10; y=ze...
environ 2 ans il y a | 1 réponse | 0
1
réponseA résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
environ 2 ans il y a