Matlab如何定义一个矩阵。

5 visualizzazioni (ultimi 30 giorni)
vugpkax
vugpkax il 20 Mag 2023
Risposto: sndprtg il 20 Mag 2023
我想先定义一个n列方阵,而后根据输入的不同方阵,来显示程序里的计算结果

Risposta accettata

sndprtg
sndprtg il 20 Mag 2023
预定义一个方阵:
n=5; %modifiable
A=zeros(n,n);

Più risposte (0)

Categorie

Scopri di più su MATLAB 快速入门 in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!