draw angle between two vectors
이전 댓글 표시
Please every one, how I can draw this figure in Matlab
as in the attachment figure
채택된 답변
추가 답변 (1개)
Hassan Abdelazeem
2020년 9월 7일
0 개 추천
댓글 수: 3
Star Strider
2020년 9월 7일
There are too many spaces in the handle vector of the legend call. Cell arrays are comma-separated lists, and if spaces appear between the subscript references, this confuses MATLAB.
Note that the extra spaces in the title call will likely also throw an error. This will cause problems for the text interpreter, since spaces in a character vector are significant, and it will not interpret the TeX calls ‘\it’ and ‘\rm’ correctly.
Please just use my code as I wrote it!
Hassan Abdelazeem
2020년 9월 8일
Star Strider
2020년 9월 8일
As always, my pleasure!
카테고리
도움말 센터 및 File Exchange에서 Polar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
