Community Profile

photo

Dillen.A


Last seen: bijna 4 jaar ago Active since 2016

Statistics

All
  • First Review
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Answered
In MATLAB, is there a way to set the GRID at a spacing different from the ticks on the axes?
In my opinion the most elegant solution: make a 2nd axes with the desired grid lines. In this axes you hide the tickmarks, tickl...

meer dan 5 jaar ago | 4

Answered
Evaluate a Polynomial without polyval
For anyone still interested in this, my quick solution: pv=@(p,x) sum(permute(p,[1,3,2]).*(x.^permute(0:length(p)-1,[1,3,2]...

ongeveer 6 jaar ago | 0