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

1 visualizzazione (ultimi 30 giorni)
I have a 16x2 matrix and i want to define/make a varible called light and a varible called C

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by