Does Matlab not know how to convert a "regular" number into degrees at the end? Or what? My objective was to extract a value for degrees (or radians) that would satisfy the equation. 댓글 수: 0 댓글
MATLAB Online에서 열기 테마복사 alpha=deg2rad(-10); Your code is confused about whether you are working in degrees or radians. After you do a cycle on alpha, you increment delta but you do not reset alpha. You should switch to using...