Statistics
All
RANK
6,117
of 295,448
REPUTATION
8
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
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 years 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]...
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 years ago | 0