Modifying values in matrix

1 vue (au cours des 30 derniers jours)
Batrisyia Mohamad Asri
Batrisyia Mohamad Asri le 1 Fév 2021
Write a MATLAB code that modifies the values in MockMatrix using the following conditions:
  1. A nested for loop must be used
  2. Replace values between 100 and 200 (inclusive) with 100
  3. Replace values between 600 and 700 (inclusive) with 600
Determine the sum of all the values in this new modified matrix. Use fprintf('%16.0f', total) to print all of the digits.
i've attached the data here. thank you.
  4 commentaires
Tayyab Khalil
Tayyab Khalil le 1 Fév 2021
Batrisyia Mohamad Asri
Batrisyia Mohamad Asri le 2 Fév 2021
Okay thank you!

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by