Question2 User must select load data first load HRMotionDat
Question2:
User must select \"load data\" first - load HRMotionData.mat Inform the user how many data points were loaded MENU_ Select a homework problem to plot Load data Clean and display HR values 30 data points were loaded OK Display analysis plot Save cleaned data to Excel Save raw & cleaned data to a file EXITSolution
1 Ans)
After loading the with command HRMotionData.mat,depending on the how many variable inside the file you have to use \'length\' command or \'size\' command which will tell the how many data points were loaded
For example if you have only 1 variable in the HRMotionData.mat,then you can use length command
as
length(HRMotionData)
will give the no of elements in that variable,then using the matlab GUI you can display that value or you can also display in command window by simple using \'disp\' command
--------------------
Only 1 question per post will be answered please
One suggestion to you the questions are not clear ,as you are displaying matlab Gui whether you want procedure or code mention clearly,because code is not given by you,I am givng the procedure
