Statistics
2 Questions
                        0 Answers
RANK
219.479
                          
                          
of 300.392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          2 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20.934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.373
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
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));
meer dan 9 jaar ago | 2 answers | 0
