Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

The force on a cylinder near a wall in viscous potential flows

1 visualización (últimos 30 días)
Myo Gyi
Myo Gyi el 16 de Sept. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
  5 comentarios
John D'Errico
John D'Errico el 17 de Sept. de 2020
So then you need to learn MATLAB. Do the free MATLAB OnRamp course. Read the help docs for functions like plot. Look at the examples in the documentation. Try things out. If you don't know how to plot something, then try to plot something simple. TRY IT.
You won't learn unless you make an effort to learn, and there is much available online already to teach you how to plot a simple function of one variable. That is all this is: a simple function of one variable, thus (b/a).
Myo Gyi
Myo Gyi el 17 de Sept. de 2020
Thank you very much sir.

Respuestas (1)

Alan Stevens
Alan Stevens el 16 de Sept. de 2020
Here is Cx for you:
>> bovera = 1.001:0.2:10;
>> Cx = 1./(sqrt(bovera.^2-1)*2*pi);
>> plot(bovera,Cx,'o'),grid
(Note that Cx is infinite at x = 1).
I'll leave you to try Cy.
  13 comentarios
Alan Stevens
Alan Stevens el 29 de Sept. de 2020
@David. Apologies for misspelling your name - I'll try to be more careful in future!
Myo Gyi
Myo Gyi el 2 de Oct. de 2020
Yes Sir. How can I label /Cx/ or /Cy/ ? Which code shell i uses?

La pregunta está cerrada.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by