필터 지우기
필터 지우기

How to plot using equations

조회 수: 4 (최근 30일)
Ravi Kumar Poluru
Ravi Kumar Poluru 2018년 7월 11일
답변: KALYAN ACHARJYA 2018년 7월 11일
Sir I have equation by using this equation is it possible to plot the graph.
  댓글 수: 1
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 7월 11일
Can you clarify, which is variable in RHS and what are the values for remaining constants?

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

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 7월 11일
%here I am considering n is variable
%The the valuse are random, you can change the valuse as per disirable
s=10;
e_amp=20;
e_stat=10;d_avd=100;
%here following n considering variable, you can chose the different one
%also, 1:.1:10 1 is initial, 0.1 increment, till final value 10
n=1:.1:10;
s1=s*sqrt(n*e_amp);
d1=sqrt(2*pi*(n*e_stat+e_amp*d_avd^2));
k=s1./d1
plot(k);
The output graph may vary depends on inputs values.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by