필터 지우기
필터 지우기

How to plot after finding roots?

조회 수: 1 (최근 30일)
SHARAD KUMAR UPADHYAY
SHARAD KUMAR UPADHYAY 2019년 12월 6일
%% Sir, I have multy equation function and try to find roots and plot. functions are
w=abs(ww)
A±=w/a±b
f1=aone*sgn(ww)*[sqrt(1-A+^2)*heaviside(1-A+^2)-sqrt(1-A-^2)*heaviside(1-A-^2)]
f2=bone*sgn(ww)*[1+sgn(A+)*sqrt(A+^2-1)*heaviside(A+^2-1)-sgn(A-)*sqrt(A-^2-1)*heaviside(A-^2-1)]
f=f1+i*f2 %% complex function
f3=(1+Af)*(1+bf)-C^2f^2
%% I wants roots with respect to w and plot between w and b
%% but there is error for both roots and plting
%% for finding roots i try "solve(f3,w)" but got error "Empty sym: 0-by-1"
%% please tell me about above

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by