Question: (MATLAB QUESTION) How to modify this function? function [ ] = student( filename ) % enter code/comments here end **I have uploaded the .csv files
![(MATLAB QUESTION) How to modify this function? function [ ] =](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66df1ee5bb24d_46966df1ee5637cc.jpg)


(MATLAB QUESTION) How to modify this function?
function [ ] = student( filename ) % enter code/comments here end
**I have uploaded the .csv files above in case it needs. **
4.5 student.m Modify student.m so that the function saves a .csv file, with the specified filename, that stores a student's identification number, followed by three (3) quiz grades 4.5.1 Example 15469,98,96,93 19575,75,90,97 19648,91,98,84 11576,58,83,88 19705,72,52,88 filename Csvio.cSv data = zeros ( randi ( 10 ) + 5 , ); data ( : , 2 : 4 ) = randi ( 75 , 312e( data , 1 ) , 3 ) + 25; data( : , 1 ) = randi ( 89999 , 312e( data , 1 ) , 1 ) + 9999; csvwriter tilename , data ): csvio( filename newData-csvread filename ys linspace (0,1 , size ( data ,1) + 1); ys = flip1r ( ys ( 1 : size ( data , 1 ) ) ); for i-1 : size ( data , 1 ) uicontrol ( 'style' 'text ' 'units' 'normalized' , , , , fontunits',"normalized', 'fontname', 'fixedwidth',.. . 'string' , sprint f( '%d %d %d %d % .2 f ' , newData( i , 1 ) , newData( , 2 ) , newData ( i , 3 ) , newData( 1 , 4 ) , newData( i , 5)); end ipboard F Font Alignment 14740 53 76406 34220 47 27 51 97 95 59307 47596 57 CSVIO ea
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
