Loop to create a matrix with adding a constant value to a matrix

I am trying to make a loop that can save the iterations and add a contant value to a matrix.
For example,
I am very sorry for the poor picture :( hopefully there is an easy way to do this. Thanks

댓글 수: 1

You will need to provide more detail to get a good answer. For example:
  1. What have you tried so far (show your code) and why do you think it isn't working? If you are getting error messages, cut and paste the entire error message (everything in red in the command window).
  2. How many of each "constant" should be in the final vector and what are the values of the "constants"? Just 0, 2, and 4?
  3. Why do you think you need a loop in the first place?
Also, if you are just getting started with Matlab, I would highly recommend that you take a couple of hours to go through the free online tutorial: Matlab Onramp

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

 채택된 답변

Dyuman Joshi
Dyuman Joshi 2023년 8월 28일
편집: Dyuman Joshi 2023년 8월 28일

0 개 추천

You can either
It is not recommended to dynamically grow arrays (refer to the preallocation link mentioned above for more information)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

질문:

Min
2023년 8월 28일

편집:

2023년 8월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by