Error in pdm_experiment_eeg_only
Mostra commenti meno recenti
Hi
I hope that you`ll be fine
I have a big problem with my program. that`s error is
Error in pdm_experiment_eeg_only (line 42)
framrate = screen ('framerate',0);
whats your idea for dissolving this?
thanks a lot
2 Commenti
Walter Roberson
il 29 Mag 2022
That is not the complete error message; it does not say what MATLAB thinks is wrong.
For example, some of the causes of an error on that line might be:
- you have a variable named screen in which case that would be an attempt to index it at location zero
- you might think you are using Psychtoolbox but you did not install it or it is not in your MATLAB path
Mohan Doost
il 29 Mag 2022
Modificato: Mohan Doost
il 29 Mag 2022
Risposte (2)
Voss
il 29 Mag 2022
MATLAB is case-sensitive, so try changing screen to Screen:
framrate = Screen ('framerate',0);
2 Commenti
Mohan Doost
il 29 Mag 2022
Voss
il 29 Mag 2022
You're welcome!
I'm afraid I don't have your file pdm_experiment_eeg_only.m, so I cannot see what line 123 says. Would it be too much trouble to post it here?
Categorie
Scopri di più su Timing and presenting 2D and 3D stimuli in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!