Correct codes but no graph shows
Afficher commentaires plus anciens
What do you do when your codes are correct but the graph does not show And do you add other graphs to be on same graph
6 commentaires
Star Strider
le 30 Mai 2017
If ‘the codes are correct but the graph does not show’, the codes are not correct.
If we could see the code we might be able to find and fix the problem.
Samuel Suakye
le 30 Mai 2017
Modifié(e) : Steven Lord
le 30 Mai 2017
Star Strider
le 30 Mai 2017
Your vector lengths must have the same row and column sizes. Since I have no idea what you are doing, I will let you sort that.
You also need to use element-wise operations. See the documentaiton on Array vs. Matrix Operations (link) for the details.
Samuel Suakye
le 31 Mai 2017
"What do you do when your codes are correct"
You change your perspective that your code is "correct". Your code is not "correct", in fact it is buggy. When you sit and think "my code is correct" then you will never get any better at looking for bugs, and understanding how to fix them. You need to learn to actually look at your code, and not rely on what you want/imagine/wish your code were doing.
Samuel Suakye
le 6 Juin 2017
Modifié(e) : Stephen23
le 6 Juin 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Time Series Events dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!