필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I'm currently stuck on this problem, can someone help me please

조회 수: 1 (최근 30일)
Mohammed Safwat
Mohammed Safwat 2017년 12월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
1. Create a script called Problem01.m that does the following: Make the following variables A. Write a loop to calculate the sum 1*2+2*3+3*4+ ... + 99*100. B. Create a loop to calculate the sum 1+2+3+...+300. Display the total after each 50 (i.e. 50, 100, 150 …). C. Using nested loops, produce a 3 by 3 (square) matrix A. The matrix should look like this: 0 1 2 3 4 5 6 7 8 D. Create a function multiply that multiplies it’s three arguments and returns the result. Test with 1,2,3.
  댓글 수: 1
Steven Lord
Steven Lord 2017년 12월 7일
If you show us how far you've gotten and describe what is preventing you from moving forward we may be able to offer some suggestions.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by