I don't get plot in matlab
4 次查看(过去 30 天)
显示 更早的评论
len=128;
m=4;
msg1=randint(len,1,m);
msg2=randint(len,1,m);
% figure(1)
% stem(data_source);
% grid on;
% xlabel('data points')
% ylabel('transmitted data phase representation')
% title('Transmitted Data "O"')
WHy i don't get plot representation in my matlab
0 个评论
采纳的回答
更多回答(2 个)
Walter Roberson
2012-2-27
All of your plotting commands are commented out.
2 个评论
Walter Roberson
2012-2-27
% is the character that indicates that everything to the end of the line is to be treated as a comment. Nearly all of your lines were commented out, turned in to in-active text for the programmer's reading pleasure rather than something the computer is intended to execute.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!