Control structures

9 views (last 30 days)
Daniel Mersha
Daniel Mersha on 16 May 2011
Edited: John Kelly on 26 Feb 2015
List the control structures available in Matlab to control the program flow. Describe an example of where you might use each structure.
  2 Comments
Oleg Komarov
Oleg Komarov on 16 May 2011
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Walter Roberson
Walter Roberson on 16 May 2011
Do we need to include the control structures that are only documented if you know where to look for them?
Do we need to include the control structures that you can trigger by using MEX code to directly create the appropriate conditions, but which MATLAB does not provide a plain interface to?
Do we need to list the third-party Add-ons such as COMEFROM ?
Do we need to list the control structures that only become available if you purchase additional toolboxes?

Sign in to comment.

Accepted Answer

Matt Tearle
Matt Tearle on 16 May 2011
iskeyword
doc

More Answers (1)

Andy
Andy on 16 May 2011
Edited: John Kelly on 26 Feb 2015
This is an answer that you could easily have gotten yourself by looking at the Getting Started section of the documentation
  3 Comments
Matt Tearle
Matt Tearle on 16 May 2011
Having someone else do it for you is precisely why Al Gore spent all that time inventing the intarnets, isn't it? I think that's what Glenn Beck told me.
Sean de Wolski
Sean de Wolski on 16 May 2011
Matt: Was it Glenn Beck or WAAF's Hillman morning show?

Sign in to comment.

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!