Community Profile

photo

Dillen.A


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

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...

5 years 前 | 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]...

6 years 前 | 0

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years 前