Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Silly question regarding plotting of contours

2 ビュー (過去 30 日間)
Rodney
Rodney 2012 年 11 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, i have a set of velocity data at x and y locations. How do i plot the contours of the velocity data? I have looked at a few forums and most of them give velocity as a function of x and y. I dont have a function. I have a column of velocity. I know at first i would need to create a mesh grid with x and y. but as soon as i used the function contour(X,Y,u) i got an error. Can anybody help? Many thanks?
  1 件のコメント
Image Analyst
Image Analyst 2012 年 11 月 7 日
What do the rows (elements) of that column of velocities represent? The x values, the y values, or something else? Let's say index 10 has a velocity of 42. Okay, what x,y location is that 42 supposed to be at? You'd need an x and a y but all you have is the index (element number) which is one number, not two.

回答 (1 件)

Khaled Hamed
Khaled Hamed 2012 年 11 月 7 日
Check
help TriScatteredInterp

Community Treasure Hunt

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

Start Hunting!

Translated by