How do i define my 2 variables in a 16x2 matrix

1 次查看(过去 30 天)
I have a 16x2 matrix and i want to define/make a varible called light and a varible called C

采纳的回答

Birdman
Birdman 2017-11-9
syms light C
A=sym(zeros(16,2));
A(:,1)=light;
A(:,2)=C;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by