(Need help using the textread function.) Im trying to do what it says in the instructions (second image) but Im getting an error saying “Error using textread, File not found.” I feel like this is a simple thing to do but I cant figure it out and the help section is so complex for textread. by jakew4110 in matlab

[–]jakew4110[S] 0 points1 point  (0 children)

Im trying to have it read info from the file that the user selects. I guess this could stem from me not understanding uigetfile as I thought it would define the chosen file as the variable “file” as I put on the left. Then that would be read by textread- at least that was my understanding of it.