¿Como hacer tablas con valores contantes ?
1 次查看(过去 30 天)
显示 更早的评论
Trabajo
回答(1 个)
mizuki
2016-10-25
Haciendo tables con valores constates, matrices A y B:
A = [1 2 3]'; % vector vertical
B = [4 5 6]'; % otro vector vertical
tbl = table(A, B);
Poderia entiendo mal su pregunta. Hacerme saber si es asi.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!