photo

Damian Sztangierski


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
281.744
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

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

Ver por

Pregunta


How can I force a for loop to finish all iterations without using 'end'? I want my for loop to finish before moving onto line 11 otherwise some values will be missing.
h = 0.01; %step size A = 8000/11; %constant value T(1)=80; %initial temperature x(1)=0; % length along rod, 0cm to 4cm promp...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I repeat an iteration with newly generated initial conditions if a statement is false? I wrote code that gives me values i need, however if the difference between the values is not smaller than 0.5, I need the loop to restart.
I need help putting all of this into one big loop Guess initial value My code uses the guess to generate multiple T and Z va...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I put the code below into one big loop so I do not have to copy and paste no more?
h = 0.01; A = 8000/11; T(1)=80; x(1)=0; prompt = ('Guess initial Z value'); Z(1) = input(prompt); for i=2:5 x(i)...

casi 7 años hace | 1 respuesta | 0

1

respuesta