Community Profile

photo

Aldrich Dias


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort