¿Como hacer tablas con valores contantes ?
3 views (last 30 days)
Show older comments
Trabajo
1 Comment
Answers (1)
mizuki
on 25 Oct 2016
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 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!