PDA

View Full Version : Please help on Matlab Questions!


mypeace
15 Oct 2008, 5:32am
Can multiple break statements be included in the same loop?

How about multiple continue statements?

Can try-catch statements be nested within other try-catch blocks of code?

*(Please Explain)

shwaip
15 Oct 2008, 6:57am
i believe the answer is yes, to all of those questions.

i assume you're doing this for a course - do you have a matlab textbook/resource? It should go into detail about how all those work.