Feeds
提问
New to Matlab and GUI - load and plot data from txt data file
I have a txt data file,i have made it B matrix of 2 columns and i want this file to load in gui(push button) and then plot these...
8 years 前 | 0 个回答 | 0
0
个回答提问
I am new to Matlab and i am searching for the correct code to make a plot push button into GUI after loading data from a file (another push button) .The plot i wanna do is the following but i stuck in callback functions etc
a=load('data.txt'); b=sortrows(a); plot (b(2:1000,1),b(2:1000,2));
8 years 前 | 2 个回答 | 0