How to plot this equation?
Mostrar comentarios más antiguos
What I have to put for plotting follow equation...

1 comentario
darova
el 6 de Abr. de 2020
The question is unclear for me. Can you be more specific? What problems are you facing? Do you have any attempts?
Respuestas (1)
Asvin Kumar
el 12 de Abr. de 2020
0 votos
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.
- 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
- 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
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!