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

1 vue (au cours des 30 derniers jours)
Hikaru
Hikaru le 30 Déc 2014
Modifié(e) : Matt J le 30 Déc 2014
.

Réponses (1)

Matt J
Matt J le 30 Déc 2014
Modifié(e) : Matt J le 30 Déc 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

Catégories

En savoir plus sur Dynamic System Models dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by