How can we solve this, how to convert mupad to live script?

조회 수: 2 (최근 30일)
Ciji Kurian
Ciji Kurian 2021년 2월 26일
편집: Walter Roberson 2021년 3월 2일
A := [[2, 1, 1],
[3, 4, 3],
[3, 5, 4],
[2, 6, 5]]:
plot(plot::Matrixplot(A))

답변 (2개)

Rohit Pappu
Rohit Pappu 2021년 2월 27일

Walter Roberson
Walter Roberson 2021년 2월 27일
A = [[2, 1, 1]
[3, 4, 3]
[3, 5, 4]
[2, 6, 5]];
surf(A)
  댓글 수: 3
Walter Roberson
Walter Roberson 2021년 2월 27일
편집: Walter Roberson 2021년 3월 2일
The plot:: series was only for use inside MuPad. MuPad was an independent symbolic programming language that Mathworks purchased the rights for, and incorporated into a product, so it already had its own plotting routines.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by