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

1 visualizzazione (ultimi 30 giorni)
.

Risposte (1)

Matt J
Matt J il 30 Dic 2014
Modificato: Matt J il 30 Dic 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

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by