calculating simple 2 equations with matlab. give me matlab code please~~

조회 수: 1 (최근 30일)
whiyan
whiyan 2020년 10월 19일
댓글: KSSV 2020년 10월 19일

채택된 답변

KSSV
KSSV 2020년 10월 19일
That is pretty simple.....I will give some demo example..you have to extend it to your case.
Say got give f I want to find y = log(1/(sqrt(2)*pi*f))
f = 2 ;
y = log(1/(sqrt(2)*pi*f))
  댓글 수: 6
John D'Errico
John D'Errico 2020년 10월 19일
My bet? What is the difference between log, and log10? I know, just a factor of the natural log of 10.
But many times when someone writes log, they think they mean log to the base 10.
KSSV
KSSV 2020년 10월 19일
You have missed a bracket in the lines which you have given.
f=20;
y=20*log(1/sqrt(1+(2*pi*f*102*10^-9*985.1)^2))

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by