Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
145.461
of 301.275
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.216
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.777
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
Warning "Ignoring extra legend entries"
Hi everyone, so this is my code, sorry if it distracts you, please let me know.Just put the code so that everyone knows excactl...
casi 7 años hace | 4 respuestas | 0
4
respuestasPregunta
Using loop instead of hardcoding
Hi everyone, %inputs dvdt = @(t,v) t-v; v0 = 1; tspan = [0 1]; % h = 0.7 h = 0.7; [ta,va] = midpoint(dvdt,tspan,v0,h); ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Using for loop for midpoint method
Hi guys, this is my code m = 1000; f = 75000; v0 = 0; h = 0.1; tspan = [0 10]; c = [50,100,500,1000,2000]; dvdt = cell(1...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Storing data for "for loop"
Hi everyone, for my L0 = [1 2 3 4 5], L10 = [2 3 4 5 6] L20 = [0 9 2 3 4] .... L200 = [2 3 4 5 6] (Up to 20 L values, just typ...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Using loop instead of hardcoding
s Hi everyone, I want to use for loop instead of just typing particular h values how can I do that ?. Furthermore, my ta and...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing space between the axis
Hey everyone, How can I remove the space between the y axis. As it is 0 0.5 1 1.5 2 2.5 3 .... , i just only want it to b...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Using loop to solve a same equations
Hey everyone, I got p0 = [1 2 3 4 5 6]; p10 = [ 3 4 5 6 7 8]; p20 = [3 4 2 5 6 7]; and f0 = @(x) = p0(1)*x^6 + p0(2)*x^5 ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can we solve two 1st- order ODE equations simultaneously
Given two 1st order ODE equations dy/dt = z dz/dt = u(1-y^2)z - y Two 1st order ODE above are coupled and must be solved s...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to extract two equal maximum values at different index
Hi guys, How can I point out the different location of two maximum values example A = [8,5,6,7,8] If i type [max_A, index] ...
casi 7 años hace | 2 respuestas | 0

