統計
All
Feeds
回答済み
How to go back to the input in a if?
%M=Righe della matrice A M=4; %N=Colonne della matrice A N=input('n'); for i=1:4 for j=1:N if (N<=13)&&(N>=3) ...
How to go back to the input in a if?
%M=Righe della matrice A M=4; %N=Colonne della matrice A N=input('n'); for i=1:4 for j=1:N if (N<=13)&&(N>=3) ...
4年以上 前 | 0
| 採用済み
質問
Research of an element in an array
%Ricerca elemento X nel vettore somma S disp ('Ricerca elemento X nel vettore somma S') X=input ('X'); if K==find(S==X) ...
4年以上 前 | 2 件の回答 | 0
2
回答質問
How to go back to the input in a if?
%M=Righe della matrice A m=4; %N=Colonne della matrice A input('n') for i=1:4 for j=1:n if (n<=13)&&(n>=3) ...
4年以上 前 | 2 件の回答 | 0
2
回答解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
4年以上 前


