Presenting vectors side to side
显示 更早的评论
Hello! I have two vectors A and B, both of the same length.
Vector A is defined as Rt and Vector B as Sw. Vector B can be solved using eqn Sw=sqrt(n)*(Rw./((p^m)*Rt.*(1+(Qv*B*Rw)./SW)))
Since the values in vector B corresponds to vector A, i want to know how can i present both vectors side to side with one another i.e
vector A vector B
... ...
Your help is highly appreciated
回答(1 个)
madhan ravi
2020-6-3
T = table;
T.A = A(:);
T.B = B(:)
类别
在 帮助中心 和 File Exchange 中查找有关 Aerospace Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!