contour Plots with 2D Variables

1 回表示 (過去 30 日間)
basim almutairi
basim almutairi 2022 年 11 月 4 日
コメント済み: KSSV 2022 年 11 月 4 日
Greetings All,
I have two matlab files. the first one is UU and the second one is V_Filtered. they both have the same coulmns and rows. I need to plot a countut plots. All the commands i saw, they said that i have to have a function Z but i don't have Z. onlyx &y
is it possiable to plot it ?
regards
  2 件のコメント
Matt J
Matt J 2022 年 11 月 4 日
編集済み: Matt J 2022 年 11 月 4 日
I have two matlab files. the first one is UU and the second one is V_Filtered. they both have the same coulmns and rows.
It creates confusion if you use the term "files" interchangeably with workspace variables. Files are things that reside on disk, not in the Matlab workspace, and they cannot have columns and rows,
KSSV
KSSV 2022 年 11 月 4 日
May be Z is:
Z = sqrt(UU.^2+VV.^2)

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by