clc % clear the command prompt close all fprintf('wait please\n'); % to print a string in command prompt imaqreset % disconnect and delete all image aquisition objects clear all
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Undefined function 'delay' for input arguments of type 'double'.
Error in main (line 17) delay(2000);
0 commentaires
Réponses (2)
Stephen23
le 4 Fév 2017
Modifié(e) : Stephen23
le 4 Fév 2017
The correct MATLAB function may be pause. Try it.
Or maybe delay is a local function or other third-party function that your code requires, but that is not located anywhere on the MATLAB path. In this case, find the file and put it on the MATLAB path.
0 commentaires
Voir également
Catégories
En savoir plus sur Octave 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!