storing the value of a loop

2 views (last 30 days)
Offroad Jeep
Offroad Jeep on 24 Oct 2022
Commented: Offroad Jeep on 24 Oct 2022
Hi,
I have values
b=2,4,5,8,9,11,19 these values come after running a loop and appear one by one
now i want to get all the values in one matrix
kindly guide how to see these values in one matrix.
Thanking in anticipation....
  2 Comments
dpb
dpb on 24 Oct 2022
Again, <Example of array assignment in loo> illustrates exactly how to do that efficiently, including the preallocation of the output array in which to index.
Offroad Jeep
Offroad Jeep on 24 Oct 2022
Thanks i will check it

Sign in to comment.

Answers (0)

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!