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

2 vues (au cours des 30 derniers jours)
Sebastian Markussen
Sebastian Markussen le 9 Nov 2017
I have a 16x2 matrix and i want to define/make a varible called light and a varible called C

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by