Unexpected MATLAB operator. how declare correctly?

 Respuesta aceptada

[status]= abmsdk('1830_b30_112311_122300.def', 'C:\ABM\B-Alert\Data\1830_1');

4 comentarios

Alma Martinez
Alma Martinez el 1 de Jun. de 2018
Editada: Walter Roberson el 1 de Jun. de 2018
i have enter this and other possibilities, because there aren't info about the operator. but it isn't incorrect.
>> [status]= abmsdk('1830_b30_112311_122300.def', 'C:\ABM\B-Alert\Data\1830_1');
Error using abmsdk
Invalid command...
This appears to refer to the Advanced Brain Monitor (ABM) B-Alert SDK
The first parameter passed to abmsdk needs to be a command, such as SetDestinationFile
I seem to be having difficulty finding a list of the available commands.
Alma Martinez
Alma Martinez el 4 de Jun. de 2018
Editada: Walter Roberson el 4 de Jun. de 2018
Yes, i want to connect the B-Alert with matlab. And the format its:
[status]= abmskd ('SetDestinationFile'), destinationFilepath);
where the input is destinationFilepath-Absolute path to destination folder and name. But in anycase i have invalid command.
Try
status = abmsdk('SetDestinationFile', 'C:\ABM\B-Alert\Data\1830_1\1830_b30_112311_122300.def')
But if that is an existing file, make a back-up copy of it first, in case it overwrites the file.

Iniciar sesión para comentar.

Más respuestas (1)

Alma Martinez
Alma Martinez el 6 de Jun. de 2018
Editada: Walter Roberson el 6 de Jun. de 2018
ok, i intent all. And the correct sintaxys, is:
[status]= abmsdk('SetDestinationFile',C:\ABM\B-Alert\Data\1830);
|
where the input is destinationFilepath-Absolute path to destination folder and name
But another
Error: Unexpected MATLAB operator. appear, is the C: maybe? Or another solution?

1 comentario

[status]= abmsdk('SetDestinationFile', 'C:\ABM\B-Alert\Data\1830');
Filenames should always be placed in quotes.

Iniciar sesión para comentar.

Categorías

Más información sobre File Operations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 1 de Jun. de 2018

Comentada:

el 6 de Jun. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by