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

1 Ansicht (letzte 30 Tage)
Hikaru
Hikaru am 30 Dez. 2014
Bearbeitet: Matt J am 30 Dez. 2014
.

Antworten (1)

Matt J
Matt J am 30 Dez. 2014
Bearbeitet: Matt J am 30 Dez. 2014
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

Kategorien

Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by