Community Profile

photo

Sreedevi K


Last seen: 2년 초과 전 2021년부터 활동

통계

  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Matlab Error after executing the code
You have to save into a cell array or a 3D matrix. As shown below: kc=[1 2 3 4 5 6 7 8 9 0]; k12=200; k34=300; new1=1:1:10; ...

2년 초과 전 | 0

답변 있음
Divide each element in a column by the sum of that column
iwant = A./sum(A)

2년 초과 전 | 0