Matlab Noob here Simple question
이전 댓글 표시
Can someone help me with writing the code for these two questions:
Calculate e^0.4. Assign the answer to p2.
Calculate log10(sin(70)) where the 70 is assumed to be in degrees. Assign the answer to p3. Note: Don’t use sin, find the correct command! Try help sin if you’re not sure!
In the first question is e a variable? Also how do you assign an answer to p#?
Thank you!
댓글 수: 2
Bob
2015년 1월 28일
Image Analyst
2015년 1월 29일
What? What question were you answering? For the second problem you listed, I don't see any reason why fzero() should be called when you just want to call log10(sind(70)) and assign it to a variable called "p3". Let's see your code.
답변 (1개)
Image Analyst
2015년 1월 28일
0 개 추천
Hint for your homework: look up exp() and sind() in the help.
And look at this thread: http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!