Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Myo Gyi
Myo Gyi 2020년 9월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
  댓글 수: 5
John D'Errico
John D'Errico 2020년 9월 17일
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 2020년 9월 17일
Thank you very much sir.

답변 (1개)

Alan Stevens
Alan Stevens 2020년 9월 16일
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
Alan Stevens
Alan Stevens 2020년 9월 29일
@David. Apologies for misspelling your name - I'll try to be more careful in future!
Myo Gyi
Myo Gyi 2020년 10월 2일
Yes Sir. How can I label /Cx/ or /Cy/ ? Which code shell i uses?

이 질문은 마감되었습니다.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by