Clear Filters
Clear Filters

Hi ! everyone , I want to write this matrix in matlab m.file!!

1 view (last 30 days)
  1 Comment
Rik
Rik on 16 Aug 2018
Have a read here (and here). It will greatly improve your chances of getting an answer.
Also, I doubt you are indeed using R11.1, so why did you enter that as the release you're using?

Sign in to comment.

Accepted Answer

Rik
Rik on 16 Aug 2018
I suspect this is what you need:
C1=[zeros(p-m,n-p) eye(p-m)];

More Answers (0)

Tags

No tags entered yet.

Products


Release

R11.1

Community Treasure Hunt

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

Start Hunting!