Error on coding

1 次查看(过去 30 天)
Sherif
Sherif 2011-3-24
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

采纳的回答

the cyclist
the cyclist 2011-3-24
You cannot start a statement with (j) =
Guessing there was supposed to be "a(j) = " or some other variable name.
  1 个评论
Sherif
Sherif 2011-3-24
yeahh..its works..thanks so much for the help

请先登录,再进行评论。

更多回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by