angle conversion using for/while loops
이전 댓글 표시
Let Y = [30, 45, 60,90] be a vector representing data measurements measured with units ofdegrees. Using for/while loops, convert the vector of degrees to a vector of radians.
I have trouble understanding the notation for for/while loops. Could someone walk me through for the example given above?
댓글 수: 1
dpb
2020년 4월 12일
Show us your attempt and where you get stuck, specifically...hints/corrections will be bound to follow. But, "not so much" if you're not contributing...
답변 (1개)
SaiDileep Kola
2020년 4월 23일
0 개 추천
you can learn about them in the documentation from mathworks here.
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!