vector and string problem

19 visualizaciones (últimos 30 días)
matt noman
matt noman el 7 de Feb. de 2020
Respondida: Walter Roberson el 7 de Feb. de 2020
Your field team is going to collect additional data 3 days after the last day of previously recorded data. Prompt the user to enter the ice thickness data for this day, for all locations. Additionally, on this day a new location was found and recorded. Prompt the user to enter the new location ID and the ice data for the new location on this day. Update the Days vector with the new day, the LocationID string array with the new location, and the Ice matrix with the newly recorded data. Fill in the last column of the Ice matrix with average ice data value for each day. Save the three updated variables as MA2_Task2.mat. On the command window, output the new location ID and the average ice thickness of the new day.
How do I enter the ice thickness for this day for all the locations?
  2 comentarios
Walter Roberson
Walter Roberson el 7 de Feb. de 2020
You did not ask a question.
Walter Roberson
Walter Roberson el 7 de Feb. de 2020
Sorry, I didn't notice your inserted question.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Feb. de 2020
input() or inputdlg() or uitable() to enter data. You can loop.

Categorías

Más información sobre Calendar 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!

Translated by