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

2 visualizaciones (últimos 30 días)
Sebastian Markussen
Sebastian Markussen el 9 de Nov. de 2017
Respondida: Birdman el 9 de Nov. de 2017
I have a 16x2 matrix and i want to define/make a varible called light and a varible called C

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by