Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
User input for array and reading the number of columns and rows of said array.

Antworten (1)

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by