First plot x y.
이전 댓글 표시
Hello, I'm trying to learn Simulink

and I would like to visualize the graph of the thickness of the boundary layer according to the Reynolds number. What am I doing wrong? Thanks in advance.
채택된 답변
추가 답변 (2개)
댓글 수: 1
It is still a vector but a time dependent one. The block does not spit out all the data at once, but instead uses the time to determine which value of the vector to spit. I used time = 0:0.1:10 and Re = 0:0.1:10, which are the vectors within the "from workspace" block. This means that at time = 0, Re = 0, a scalar not a vector. I am not sure what your goal is with this one that is why I just presented a method. Hope this helps.
카테고리
도움말 센터 및 File Exchange에서 General Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
