How to fix unrecognized function of variable allshifts?

Using the term 'allshifts' and i get error message stating "unrecognized function or variable allshifts".

4 commentaires

"How to fix unrecognized function [or] variable allshifts?"
You'd have to define a function or variable called "allshifts". Have you done that already?
Dejah
Dejah le 8 Mar 2024
Déplacé(e) : Voss le 8 Mar 2024
No I don’t know how to do that.
If this is your assignment:
then the whole point is that you define that function. The assignment explains how.

Connectez-vous pour commenter.

Réponses (1)

Hornett
Hornett le 9 Sep 2024
Hello Dejah
If you're encountering the error message "unrecognized function or variable 'allshifts'", it means that MATLAB is unable to find a function or variable by that name. This could be because allshifts is not a built-in function, hasn't been defined in your script, or isn't located in a directory that MATLAB is currently accessing.
To resolve this issue, you might find the following resources helpful:
I hope this helps.

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Tags

Question posée :

le 8 Mar 2024

Commenté :

le 9 Sep 2024

Community Treasure Hunt

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

Start Hunting!

Translated by