How do I replace on variable with another variable?

1 view (last 30 days)
I'm working on an if statement in a for loop, and I need to replace variable 'ax' with variable 'bx' continuously throughout the whole loop...any ideas?
  2 Comments
Image Analyst
Image Analyst on 20 Jan 2015
Based on your other original question, you don't want to do this and should use a while loop instead of a for look like I said in your original question.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!