empty sym what its mean how i solve it help plzz

조회 수: 1 (최근 30일)
dwivedi shriprakash
dwivedi shriprakash 2018년 3월 19일
댓글: dwivedi shriprakash 2018년 3월 19일
syms x y P Q
eqns = [(((x-Xc(4)).^2) + ((y-Yc(4)).^2)== R^2), (P^2 + Q^2 == R^2)]
S = solve(eqns, [x y P Q])
S =
[ empty sym ]
how it solve??
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 3월 19일
What are your values for Xc(4) and Yc(4) and R ?
Which version are you using?
You are trying to solve two equations in four unknowns; there are an infinite number of solutions.
dwivedi shriprakash
dwivedi shriprakash 2018년 3월 19일
Xc(4) = 0.9304, Yc(4) = 0.9304 2014 version R = 25 modifying given equations as follows syms x y N1 = ((x-Xc(4)).^2) + ((y-Yc(4)).^2)== (R^2) N2 = (x^2 + y^2 == R^2) PX = solve(N1) PY = solve(N2)
i have to get the value of x and y

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by