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

1 回表示 (過去 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 Center および File ExchangeMATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by