Community Profile

photo

Dillen.A


Last seen: 4年弱 前 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年以上 前 | 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年 前 | 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年以上 前