photo

Siranjeevi Gurumani


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Answered
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 ago | 0

Answered
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 ago | 0

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

4 years ago | 0