problem with ica plot funtion in fast ica toolbox
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello
I want to use ica plot funxtion of fast ica toolbox for plotting the signal in first row of matrix ans. I didn't make any change in the function fast ica but it gives errors. what do I have to do?
Thank you
the error is ahown in the image below![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1305775/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1305775/image.png)
0 Kommentare
Antworten (1)
Govind KM
am 16 Okt. 2024
The original "icaplot.m" file from the FastICA package contains a switch statement at line 93 to precede the case statements. This line of code is missing in the provided screenshot, causing the mentioned error due to incorrect switch-case syntax. The fix for this is to add the proper switch statement at line 93:
switch mode
If errors persist, I recommend downloading the FastICA package again to use the original files:
Hope this is helpful!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!