Info
This question is locked. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to solve this question
조회 수: 48 (최근 30일)
이전 댓글 표시
댓글 수: 1
John D'Errico
2024년 10월 30일 12:22
Stop posting your homework assignments with no effort made.
Otherwise I'll need to be more proactive now, catching and closing future homeworks more quickly, if you continue to do so.
Homework was given to you, to do yourself. You will learn by doing so, not by trying to get others to do your work for you. Your teacher did not ask you to get someone else to do your work for you.
답변 (1개)
Yash
2024년 10월 30일 10:56
Since this is an assignment question, I will provide you a few resources which will help you in solving it.
1. You can define an array of odd numbers upto n as follows:
n=15;
arr = 1:2:n
2. Refer to the following function documentations that will help you in obtaining the results:
- sum: https://www.mathworks.com/help/matlab/ref/double.sum.html
- factorial: https://www.mathworks.com/help/matlab/ref/factorial.html
Please try to use the functions above to achieve the desired results.
If you face any issues, kindly let me know.
I hope this helps!
댓글 수: 1
John D'Errico
2024년 10월 30일 12:12
편집: John D'Errico
2024년 10월 30일 12:12
Thank you! Answers is not a service to do homework for a student who has made no attempt. But you did not do that, something for which we are greatful. Instead, you are trying to push the student to make an effort, nudging them in the right direction. An answer proportionate to the effort made is a good goal. +1 from me.
This question is locked.
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!