photo

Siranjeevi Gurumani


Last seen: 2년 초과 전 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년 전 | 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년 전 | 0

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

거의 4년 전 | 0