¿Como hacer tablas con valores contantes ?

3 views (last 30 days)
Paul Gutama
Paul Gutama on 25 Oct 2016
Commented: mizuki on 25 Oct 2016
Trabajo
  1 Comment
mizuki
mizuki on 25 Oct 2016
Question: How can I make tables with constant values?

Sign in to comment.

Answers (1)

mizuki
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.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!