Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Putting together a Structure Array

2 visualizzazioni (ultimi 30 giorni)
James
James il 7 Ott 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hello, please read question a and b. And view the attached notepad document. Ill show you what ive done :)
***************************************
Marks=[21,23,34,29'];
TotalMarks=sum(Marks);
StudentRecord.Student_number='1111';
StudentRecord.Student_name='Geoff';
StudentRecord.Marks='21,23,34,29';
StudentRecord.Total_marks='107';
******************************
I think im on the right track, but how can i efficiently import data into the array? How can it read the data?
  1 Commento
Geoff Hayes
Geoff Hayes il 7 Ott 2014
James - start with fopen, fgetl, and fclose which will allow you to open the file, read from the file (line by line), and close the file. The examples should be sufficient to help you with your assignment.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by