Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Assume the user inputs an array names "A", write code that computes, and saves the number of rows and columns in "A"

1 vue (au cours des 30 derniers jours)
Bryce Boggs
Bryce Boggs le 9 Nov 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
User input for array and reading the number of columns and rows of said array.

Réponses (1)

David Hill
David Hill le 9 Nov 2019
[cols,rows]=size(A);

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by