photo

Siranjeevi Gurumani


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

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

Ver insignias

Feeds

Ver por

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

casi 3 años hace | 0

Respondida
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,[...

alrededor de 3 años hace | 0

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

casi 4 años hace | 0