Modifying values in matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Batrisyia Mohamad Asri
el 1 de Feb. de 2021
Comentada: Batrisyia Mohamad Asri
el 2 de Feb. de 2021
Write a MATLAB code that modifies the values in MockMatrix using the following conditions:
- A nested for loop must be used
- Replace values between 100 and 200 (inclusive) with 100
- 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!