how to initiate a table in matlab

3 次查看(过去 30 天)
Alex Mannings
Alex Mannings 2013-7-15
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.

回答(2 个)

siddhesh rane
siddhesh rane 2013-7-15
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 2013-7-15
You can use uitable function, look at this link

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by