How do I create a lower triangle matrix from a single column matrix.

If I have a script that returns its answers in this format:
A=[1;2;3;4]
How do I create a matrix that looks like this:
B=[1 0 0 0;2 1 0 0;3 2 1 0;4 3 2 1]

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2018년 5월 8일

댓글:

2018년 5월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by