Error on coding
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
when i run my codings following error has occoured , it shows that following error is in following code line ...please help to correct it
Error is
phase error at '=' : usage might be a invalid matlab syntax
code is
(j)=a(k).*scar(j); %bpsk signal
0 comentarios
Respuesta aceptada
the cyclist
el 24 de Mzo. de 2011
You cannot start a statement with (j) =
Guessing there was supposed to be "a(j) = " or some other variable name.
Más respuestas (0)
Ver también
Categorías
Más información sobre BPSK en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!