how to plot this 2D function

조회 수: 2 (최근 30일)
Lewis Fer
Lewis Fer 2021년 6월 16일
댓글: Lewis Fer 2021년 6월 16일
I'm trying to solve this 2D problem in matlab,
for a given matrices (2*2 dimension for example)
sigma=the maximum singular value of matrix K;
the fist axix is p and the secon axix is s where 1<p<4 and 1<s<4 and
K=[p-1 -2; -3 s-4]
how to plot the surf that represnt for each pair (p,s) the ( sigma=the maximum singular value of matrix K) like this graph ( note that this graph is for a nother example ),
  댓글 수: 2
SALAH ALRABEEI
SALAH ALRABEEI 2021년 6월 16일
편집: SALAH ALRABEEI 2021년 6월 16일
assum F is your matrix of size n×m where n and m are length of s and p.
surf(s,p,F)
Lewis Fer
Lewis Fer 2021년 6월 16일
and how to compute thes igma=the maximum singular value of matrix K with the plot ?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

제품


릴리스

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by