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

2 Ansichten (letzte 30 Tage)
Sebastian Markussen
Sebastian Markussen am 9 Nov. 2017
Beantwortet: Birdman am 9 Nov. 2017
I have a 16x2 matrix and i want to define/make a varible called light and a varible called C

Akzeptierte Antwort

Birdman
Birdman am 9 Nov. 2017
syms light C
A=sym(zeros(16,2));
A(:,1)=light;
A(:,2)=C;

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by