Creating a new variable in a loop automatically. Please help!

조회 수: 3 (최근 30일)
Steve
Steve 2014년 4월 19일
댓글: Steve 2014년 4월 19일
I need to create a new variable every time the loop occurs. I am pretty new to matlab please help!
I need the variable to change automatically each time the conditions are met and the variable is stored. (Yaxisvarible1, Yaxisvariable2, and so on). Thanks in advance.

채택된 답변

lvn
lvn 2014년 4월 19일
You can use the eval function to create such variables. However this practice is not recommended and can almost always be circumvented by other and better data representation (e.g. vectors/ structures/cells, etc..)
  댓글 수: 1
Steve
Steve 2014년 4월 19일
Thanks to both of you! This link explains the alternative methods a bit better.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 19일

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by