How to plot this equation?

조회 수: 1 (최근 30일)
jaehak choi
jaehak choi 2020년 4월 6일
답변: Asvin Kumar 2020년 4월 12일
What I have to put for plotting follow equation...
  댓글 수: 1
darova
darova 2020년 4월 6일
The question is unclear for me. Can you be more specific? What problems are you facing? Do you have any attempts?

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

답변 (1개)

Asvin Kumar
Asvin Kumar 2020년 4월 12일
Your question is unclear to me as well. I’m not sure what the independent variables are here.
There are broadly two main ways you can approach this problem.
  1. Numerical plots: You compute the function value over certain ranges of the independent variables and use that to plot your function. Here is a list of examples to get you started: https://www.mathworks.com/help/matlab/ref/plot.html#btzitot-4
  2. Symbolic plots: You can define your function as a symbolic expression and use fplot to plot the function. Here’s a link on constructing symbolic expressions: https://www.mathworks.com/help/symbolic/create-symbolic-numbers-variables-and-expressions.html#buuhk79-1 and another link with details on how to plot them: https://www.mathworks.com/help/symbolic/create-plots.html

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by