Community Profile

photo

Aldrich Dias


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 1

1

answer

Question


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. ...

3 years ago | 1 answer | 0

1

answer

Question


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 && ...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer