photo

Siranjeevi Gurumani


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Community Group Solver
  • Solver
  • Explorer
  • First Answer

查看徽章

Feeds

排序方式:

已回答
AREA UNDER CURVE (TRAPZ)
x = 0:0.1:2*pi; y1 = sin(x); y2 = 0.5;%range of sinx between [-1,1] z = y1 - y2; z(z<0) = 0; Area_above_threshold = trapz(x...

3 years 前 | 0

已回答
How to return only one of multiple identical max/min values?
Assuming A = matrix of more than one dimensions and you want max of whole matrix A = [1,6,6;4,5,6]; max(max(A)) or max(A,[...

3 years 前 | 0

已回答
How to print multiple figures to same PDF page?
Write your code in live script and export the results to pdf.

4 years 前 | 0