統計
All
Feeds
回答済み
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...
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...
6年以上 前 | 4
回答済み
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]...
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]...
6年以上 前 | 0