How to write a matrix with elements 10,30,10

조회 수: 4 (최근 30일)
Amahle
Amahle 2024년 4월 16일
답변: James Tursa 2024년 4월 16일
M2=(10,30,10)

답변 (1개)

James Tursa
James Tursa 2024년 4월 16일
Use brackets
M2 = [10,30,10]
M2 = 1x3
10 30 10
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by