You need to create a matrix using the formula
이전 댓글 표시
You need to write a function to create a matrix using the formula
Create (i - row index, j-column index) N-th order matrix D according to the formula
D (i, j) = N * x * i + j * x^N, N=3
댓글 수: 1
KSSV
2020년 10월 29일
Wht have you tried for this simple home work problem?
답변 (1개)
help for
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!