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!