The expression to the left of the equals sign is not a valid target for an assignment.-matlab error
1 回表示 (過去 30 日間)
古いコメントを表示
Error in correcstacklwberg (line 99)
[final_tx_data_out, channel_gainbspu,
channel_gainpusu]=tx_process(original_data,mess_len,no_pu,no_bs,no_su,int_power,channel_gainbspu_im,channel_gainpusu_im);
sir /Mam having error comes like this ,kindly help
3 件のコメント
Walter Roberson
2021 年 1 月 8 日
Yes, on MATLAB, the left side of an = lists the destinations to be written to, and the right side of an = is the expression that shows how to compute the results.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Identification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!