Effacer les filtres
Effacer les filtres

how to initiate a table in matlab

3 vues (au cours des 30 derniers jours)
Alex Mannings
Alex Mannings le 15 Juil 2013
I want to initiate a table that i will later add names and numbers in it.
The table will be an array of 12x7
thanks.

Réponses (2)

siddhesh rane
siddhesh rane le 15 Juil 2013
A = rand(12,7) use this it will generate 12x7 table with random values in it
or you can use zeros(12,7)..if you want to initiate all values with 0

Azzi Abdelmalek
Azzi Abdelmalek le 15 Juil 2013
You can use uitable function, look at this link

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by