Community Profile

photo

Vijay Reddy


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to assign different numbers to random cells
let n=5 m=zeros(n,n) m=rand(n,n)<0.1 and suppose the result of the above code is m = [0 0 0 0 0; 0 0 1 0 0; 0 0 0 0 1; 0 0...

bijna 9 jaar ago | 0 answers | 0

0

answers

Question


How to assign numbers to random cells.
let n=5 m=zeros(n,n) m=rand(n,n)<0.1 and suppose the result of the above code is m = [0 0 0 0 0; ...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


how to assign two variables in single cell
Consider a cell in a matrix (2,2). I want to assign carbon concentration value as well as grain number value to that cell. How i...

bijna 9 jaar ago | 1 answer | 0

1

answer