![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8558329_1522127267049_DEF.jpg)
Stephanie Velasco
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
131 326
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
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
Error when using the function ODE45
I have written to the following function to solve a differential equation using ODE 45, but i always seem to come across an erro...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Using ODE 45 function to solve differential equation
I have figured out how to use the Ode 45 equation using this function and it works perfectly find. function dw_dt = equation_...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how can I locate a number in a vector with out using the function find?
I am trying to locate a number in vector with out using the function 'find'.is there a way i could do this?
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Error when using ode45 command,"returns a vector of length 11, but the length of initial conditions vector is 1."
function dw_dt = equation_(t,w) a = 1; b = 1.35; v= [.6:.01:.70].'; dw_dt = a*w.^(v)-b*w; %actual scrip...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Saving data from for loop
Hi have been trying to save the data from my for loop each time it runs but for some reason it given the 3 number that i need bu...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Plotting data set in for loop
I have bee trying to plot two data set according to their efficiency. If efficiency is greater than .8 the set should be plotted...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Choosing decimal places by user input.
I was trying to write a code where I can ask the user to choose the number of decimal he/she wants to use when calculating the m...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to remove the ">>" from my input statement?
so before, after running script, my input statement in matlab would appear as shown here " Enter the speed: " But recently it ...
plus de 8 ans il y a | 2 réponses | 0