Effacer les filtres
Effacer les filtres

Creating heatmap to visualise data

2 vues (au cours des 30 derniers jours)
Sebastian Sunny
Sebastian Sunny le 9 Déc 2021
Commenté : Image Analyst le 10 Déc 2021
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,

Réponse acceptée

Image Analyst
Image Analyst le 9 Déc 2021
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 commentaire
Image Analyst
Image Analyst le 10 Déc 2021
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. 🙂

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by