Help me with the MATLAB Code

1 vue (au cours des 30 derniers jours)
Mohamad Alrifai
Mohamad Alrifai le 3 Mar 2021
Generate an array of 100 numbers containing randomly generated integers between 10 and 30. For this: (make sure you include your code part of your submission)
  • Use the while loop to calculate the sum of the square of the numbers, and save the answer to variable “sum_square”
  • Use a for loop to calculate the sum of the square of the even numbers, and save the answer to variable “sum_even”
  • Use a for loop to calculate the sum of the square of the odd numbers, and save the answer to variable “sum_odd”
  1 commentaire
KALYAN ACHARJYA
KALYAN ACHARJYA le 3 Mar 2021
Homework Question: Here

Connectez-vous pour commenter.

Réponses (1)

Rashed Mohammed
Rashed Mohammed le 8 Mar 2021
Hi Mohamad Alrifai
Since this seems like a homework assignment, if you can provide the code you've written to solve the problem and ask a specific question about where you're facing difficulty, we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, As suggested by Kalyan, you can start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
Hope this helps.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by