How to perform Definite integral with respect to 1 variable on a function in 2 variables?

I am trying to evaluate the Froude Krylov Forces on vertical cyclinder
This Function has 2 variables s and theta, After integration I should get an expression in terms of 't'
which I get as,
Now I want to plot this function against 't'
So when I use fplot command, I get a blank graph
fplot(FK_f,[0,24])
the result i get is this
Can someone please suggest the solution for this?

2 comentarios

Convert FK_f into a function handle:
FK_fh = matlabFunction(FK_f)
Great!!
This works
Thanks :)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Preguntada:

el 17 de Feb. de 2022

Comentada:

el 17 de Feb. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by