Community Profile

photo

Ramy Rabie


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • First Review

배지 보기

Feeds

보기 기준

답변 있음
how to make heatmap have a square-shape?
x = [zeros(11,1), 6*ones(11,1) , 137*ones(11,1) ,... 84*ones(11,1) ,9*ones(11,1) ,4*ones(11,1)] y = [ ones(1,6) ; 4*ones...

거의 4년 전 | 0

답변 있음
How to create array, cell or structure, of cfit objects?
To Convert the fitted line to a -friendly- array : fitted_Line_Array = feval( cfitobj , 0:length(data)-1 ) plot(fitted_Line...

거의 4년 전 | 0