Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
112.194
of 301.552
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.321
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.320
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
Trying to get a plot but I get the error below, any way to plot without changing the code but using different syntax?
| | |_The function is:_||| function yprime = model(t,y) d=5*10^-6; xHe=0:1:100; %Important xAr=100:-1:0; %Impor...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get plot from code using the two given differential equations and initial conditions and time?
*Function below* function yprime = meen668_project5_3(t,tm,y) yprime(1,1)=15-((3*(y(1))*t)/800); %%Equation 1, Exampl...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Error with function and script
*Below is the function* function yprime = temp1t(t,y) d=20*10^-6; pg=0.1624; Vol=(pi/6)*d^3; As=(pi/4)*d^2; ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Output argument "T" ( ) not assigned during call to " ".
I am using one function that calls using two others. Here are the functions. I would like to use V as a set of numbers. fun...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Output argument "T" (and maybe others) not assigned during call to "temp_alt" error
I am using one function that calls using two others. Here are the functions. ---------------------------------------------...
más de 10 años hace | 1 respuesta | 0
