Making 1s matrix using loop
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
create a 1s matrix by using loops assign each element a new value in a matrix assign -1 on the adjacent diagonal and assign 3 on the main diagonal and 0 in remaining?
댓글 수: 10
Alex Mcaulley
2020년 3월 24일
What have you tried so far?
Wahab Ahmad
2020년 3월 24일
Rik
2020년 3월 24일
At least show you put in some effort as well. The only way to learn is to try. We can help out, but if you don't put in any effort yourself you would need people on this forum to solve every problem you will ever have. If that is your long term strategy I suggest you hire a consultant.
Wahab Ahmad
2020년 3월 24일
Rik
2020년 3월 24일
What exactly is your question? Do you know how to use loops at all? Do you know any way to create an array? If it is a homework assignment, you probably have some course notes you could have a look at to get some suggestions.
Wahab Ahmad
2020년 3월 24일
Rik
2020년 3월 24일
I have no issues helping you, I'm trying to help you narrow down what your specific question is. Currently I have no clue what aspect of this question is causing you problems. Without that the only thing I can do is solving the entire assignment for you, which I think would do you a disservice.
Wahab Ahmad
2020년 3월 24일
Ameer Hamza
2020년 3월 24일
Its my assignment work I didn't know about loop using to make matrix
Precisely the reason we cannot merely give you a solution. The goal of the assignment is to make you learn about creating a matrix using loops, not to ask some stranger on the internet to get it done for you.
Wahab Ahmad
2020년 3월 25일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!