Feeds
질문
Multiplying structure array with a scaler
I have Data.mat file that is a 1x365 structure array and i would like to multiply all the values of the 4th column by 2 and stor...
거의 5년 전 | 답변 수: 1 | 1
1
답변질문
calculating sum of integers
How to find the sum sum of a intiger for examples if i had an input like 123456789 and the sum of it will be 1+2+3+4+5+6+7+8+9. ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
I want to repeat my input command and the if-else statement. The input has to be positive and must include 0 and not include inf.
clear; clc; A =input('Enter the Code: '); if A>=0 && A~=inf B = A; else disp('Invalid Code'); while A<0 && ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to restrict input
Hi everyone, I am new to MATLAB, and I have a question on how to restrict inputs on Matlab. I want to make sure you that my inpu...
거의 5년 전 | 답변 수: 1 | 0

