已回答 how to insert image to gui?
You can use the function 'axes' to select the axe for your image :
axes(axisHandle)
matlabImage = imread('image.png'...
11 years 前 | 6
已回答 process data from csv file
I suggest you to use the function csvread :
clear;
close all;
out = csvread('C:\Users\yyao\Desktop\Luminance_18.csv',...