Statistics
8 Questions
0 Answers
RANK
174,965
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
problem with making video from gui.
hi all, I have a gui which has two subplots in a panel and i need to capture the panel frame and make a video. The code I used i...
11 years ago | 0 answers | 0
0
answersQuestion
Problem with axes handle.
I made a gui with a progressing plot in which i used a for loop. I want the plot to be in the axes ( with handle axes2 ) area wh...
11 years ago | 1 answer | 0
1
answerQuestion
Exporting a figure to create an avi video.
Hi all. I have created a gui which has an animated figure (say figure1) and I need to export that figure using a push button ...
11 years ago | 0 answers | 0
0
answersQuestion
marking points in a plot
hi all, i want to mark some data points in my plot as it progresses using a trianle or circle or anything. how can i do so? ...
11 years ago | 1 answer | 0
1
answerQuestion
reading a particular value from a textfile
hi, how can i read the data in the mth row and nth column of a textfile? i used this to store the data in an array: fid =...
11 years ago | 1 answer | 0
1
answerQuestion
importing a column of data from a text file
i need to import a particular column of data from a text file. the columns are differentiated by the size of the numbers. For e...
11 years ago | 2 answers | 0
2
answersQuestion
problem with uigetdir in uploading files from it .
i created a push button to browse a directory. It works but then I need to upload pics from this directory. For the browse pu...
11 years ago | 1 answer | 0
1
answerQuestion
I have created a video object to plot a graph which progresses with time. I have a large number of plotting data points due to which the graph progresses slowly. How can I reduce this time?
video = 0; if video==1 vidObj = VideoWriter('video.avi','Motion JPEG AVI'); open(vidObj); end ...
11 years ago | 1 answer | 0