Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
233.853
of 297.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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_...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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?
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 8 años hace | 2 respuestas | 0