matrix, cell array, and table
8 次查看(过去 30 天)
显示 更早的评论
I try to understand the basics.
- Can 'matrix' have non-numerical data?
- What is the difference of a matrix of numbers and a cell array of numbers?
- Is it correct to say that a table is a generalization of a matrix that can include non-numerical data?
0 个评论
采纳的回答
KSSV
2020-6-19
Can 'matrix' have non-numerical data?
No matrix cannot have a non-numerical data. Eleemnts are accessed by matrix(i,j)
What is the difference of a matrix of numbers and a cell array of numbers?
A cell array can have non-numerical data, arrays of different sizes, matrices of different sizes. They will be accessed by {}.
Is it correct to say that a table is a generalization of a matrix that can include non-numerical data?
It need not be.
5 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!