Effacer les filtres
Effacer les filtres

Why only scatter function is not working?

11 vues (au cours des 30 derniers jours)
Debarati Ghosh
Debarati Ghosh le 11 Oct 2023
Commenté : Debarati Ghosh le 12 Oct 2023
x=27:0.5:29
y= [2.41 2.4 2.395 2.39 2.38]
scatter(x,y)
scatter plot is not showing by using thus code.Please clarify.
  10 commentaires
Debarati Ghosh
Debarati Ghosh le 12 Oct 2023
@Dyuman Joshi Sir the following error is coming.
Debarati Ghosh
Debarati Ghosh le 12 Oct 2023
@Cris LaPierre sir I am getting this error after putting scatter(x,y)

Connectez-vous pour commenter.

Réponse acceptée

Dyuman Joshi
Dyuman Joshi le 12 Oct 2023
You have named your script after a built-in MATLAB function i.e. error.
It's not a good idea to name variables or scripts or user-defined functions by using built-in function names.
Rename the script and run it again to check if there are any other errors or not.
  6 commentaires
Bruno Luong
Bruno Luong le 12 Oct 2023
Modifié(e) : Bruno Luong le 12 Oct 2023
How to change error.m file?
Open Windows File explorer Browse to C:\Users\Debarati Ghosh\Documents\MATLAB
Check if error.m is size 0, if yes delete it.
If not rename error.m to something else, e.g. myerror.m then change accordingly what of your mfile that call error to myerror.
I short just basic usage of computer.
Debarati Ghosh
Debarati Ghosh le 12 Oct 2023
@Dyuman Joshi Going by your suggestion it is done.Now I am getting proper result.Thank you sir.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by