필터 지우기
필터 지우기

How to plot Matrix inequality in MATLAB

조회 수: 2 (최근 30일)
Bijoya Bhattacharjee
Bijoya Bhattacharjee 2021년 10월 10일
답변: Walter Roberson 2021년 10월 10일
Plot the following set :

채택된 답변

Walter Roberson
Walter Roberson 2021년 10월 10일
syms x y
Sleft = expand([x y] * [2 1;1 3] * [x; y])
Sleft = 
fimplicit(Sleft == (1:19).'/20, [-3/2 3/2])

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by