how to create a function that takes a matrix and how to call it ?

조회 수: 1 (최근 30일)
Hikaru
Hikaru 2014년 12월 30일
편집: Matt J 2014년 12월 30일
.

답변 (1개)

Matt J
Matt J 2014년 12월 30일
편집: Matt J 2014년 12월 30일
The INPUT function, e.g.,
>> A=input('\n Give me a matrix: ')
Give me a matrix: [1 2;3 4]
A =
1 2
3 4

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by