フィルターのクリア

Creating heatmap to visualise data

1 回表示 (過去 30 日間)
Sebastian Sunny
Sebastian Sunny 2021 年 12 月 9 日
コメント済み: Image Analyst 2021 年 12 月 10 日
Hi Guys,
I'm trying to plot a heatmap with different data sets in it. I keep getting an error saying there are too many arguments and nothing plots,

採用された回答

Image Analyst
Image Analyst 2021 年 12 月 9 日
The problem is
data = windTurbineModel(windTimeSeries,Cd(j),deltaT,time,k(i));
The function windTurbineModel does not return any data, so it throws an error. Exactlye what variable inside the function were you expecting to return? You need to add it to the function definition line, like
function omegaPower = windTurbineModel(Windspeeds,Cd,deltaT,time,k)
  1 件のコメント
Image Analyst
Image Analyst 2021 年 12 月 10 日
Others, in case you're wondering, no, I don't have the Mind Reading Toolbox yet. The original poster just deleted most of the question.
@Sebastian Sunny thanks for accepting the answer. 🙂

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by