Community Profile

photo

chaman lal dewangan


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
10e5 == 10^5 is not true in MATLAB
1e6=10^6;

4 years ago | 2

Answered
Convert logical values into numeric values
I wrote small code for a=1:number of rows for b=1:number of columns if A(a,b)==true new_matrix(a,...

6 years ago | 2