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

조회 수: 2 (최근 30일)
Sebastian Markussen
Sebastian Markussen 2017년 11월 9일
답변: Birdman 2017년 11월 9일
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에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by