Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to sub multiple numbers into symbols
조회 수: 1 (최근 30일)
이전 댓글 표시
please help to sub in multiple values of f into fo ,which affects H(s)
how do i plot graph from the results?
thank you
댓글 수: 1
John D'Errico
2022년 3월 6일
편집: John D'Errico
2022년 3월 6일
Was it REALLY necessary to insert a PICTURE of text code? When it is far easier to paste in the actual code you wrote as text, you had to insert a picture of that code?
As text, I can copy it into MATLAB to give an example of what you MIGHT do. As a picture, it is useless. And is there a good reason why you would want to make it even slightly more difficult to get help on your question? As such, while I was going to show you what you might do, I'm not going to spend the time to carefuly type in the code you wrote.
Anyway, even for something as eemingly trivial as this, you cannot do what you want. Well, some of what you want is possible. You can trivially substitute in a vector of results for f0. That will give you w0, as also a vector. But then you are left with several undefined constants, that change the shape of the curve, in different ways. They are beta, s, and Ho. So you could hope to plot the resulting curve, as a surface that is a function of fo, beta, s, H0. But that would require a 5 dimensional hyper-monitor.
We can plot three dimensional things, as projections into the 2-dimensional space of your monitor. Then you can rotate them around, to get a sense of what you are looking at. However, you cannot plot a 5-dimensional thing. Wanting to do something is not sufficient.
Anyway, since you already asked exactly the same question, this is a duplicate.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!