for loops within while loop

Antworten (1)

VBBV
VBBV am 15 Apr. 2024

0 Stimmen

while t1< 2 & h2 >= 0
 % your code 
end 

You could put both conditions together as above using single while loop.

3 Kommentare

VBBV
VBBV am 15 Apr. 2024
Initialize h2 as zero before the start of while loop since it does not exist.
Matthew
Matthew am 15 Apr. 2024
unfortunately this does not solve the questions two my problem. i appreciate the insight, though.
VBBV
VBBV am 16 Apr. 2024
if you explain the problem clearly (without dubious intentions) , its easier to get the problem solved.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Apr. 2024

Kommentiert:

am 16 Apr. 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by