I connected my MSO64 to MATLAB and now I can contorl all channeld and plots. I created a histogram plot and I can save the data as CSV internally. How I can read these CSV file ( or move or copy that) to MATLAB workspace? I found this command (FILESYSTEM:READFILE “C:/plot1.csv”) and it runs but still I do not know how to make the CSV in workspace.
I also attach my code.