Community Profile

photo

Ramy Rabie


Last seen: 1 year ago Active since 2020

Statistics

  • First Answer
  • First Review

View badges

Content Feed

View by

Answered
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 years ago | 0

Answered
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 years ago | 0