Undefined function 'cos' for input arguments of type 'char'. Error in solution (line 14)
이전 댓글 표시
What is wrong with line 14 of my script which is written as follows:
cos_AOI = cos(am(a))*cos(location_filename(:,2)) + sin(am(a))*sin(location_filename(:,2))
Gdirect = location_filename(:,4)*cos_AOI
답변 (1개)
madhan ravi
2020년 6월 27일
str2double(location_filename(:,2))
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!