Statistics
17 Questions
0 Answers
RANK
182,832
of 295,638
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
23.53%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
Bining some data in 50 classes without knowing the limits
Hello every body, I have a huge amount of data ( 57000 nummbers ) and I need them to be devided into 50 groups between 0 and...
10 years ago | 1 answer | 0
1
answerQuestion
How can I find the plot lines in a figure with 3 plots?
the user gives the function a figure with 3 graphs ( 3 plots) in it. I want to change the line color and LineStyle of each one. ...
11 years ago | 0 answers | 0
0
answersQuestion
How to change graph lineStyles?
the user gives the function a figure with 3 graphs ( 3 plots) in it. I want to change the line color and LineStyle of each one. ...
11 years ago | 1 answer | 0
1
answerQuestion
How can I call the properties of figure with more than 1 graph in it?
I have a figure that has more than 1 graphs in it. How can I change the lineStyle of each one?
11 years ago | 1 answer | 0
1
answerQuestion
how can I change the line properties of a figure?
I have a .fig file,that has more than 1 graphs in it. I want to change each one's color and LineStyle. how can I do that? assum...
11 years ago | 2 answers | 0
2
answersQuestion
How to save an open figure in an specified path?
How can I save a file with the "print"? here is my code: figNums=findobj(0,'type','figure'); for h=figNums ...
11 years ago | 1 answer | 0
1
answerQuestion
how to make changes on open figures?
I'm writing a code,that should make some changes on all of the open figures and then save them in png format with the same name....
11 years ago | 1 answer | 0
1
answerQuestion
How can I reduce the distance between the axis and their title?
my program is so that the user enters a figure,and the program should make it smaller. I'm almost done with the program,the only...
11 years ago | 1 answer | 0
1
answerQuestion
how can I change the distance between the axis and their title?
I want to change the distance between the axis and their title in a figure. is it possible?
11 years ago | 2 answers | 0
2
answersQuestion
how can I make a fontsize change on a figure and its children as well?
I have a figure with more than 2 axis and it could have many children in it. How can I change the font size for all parts of the...
11 years ago | 1 answer | 0
1
answerQuestion
is there a way that matlab can automatically change the font size of a figure, when the user changes the figure size?
my program changes the figure size through the command: set(gcf,'paperunits','centimeters'); set(gcf,'paperposition',[1...
11 years ago | 2 answers | 0
2
answersQuestion
how can I change the font size in a figure that have more than 2 axis?
I have a figure that has more than 2 axis ( it has so called children). How can I change the font size for all the numbers and t...
11 years ago | 1 answer | 0
1
answerQuestion
Why do I get this error: Improper index matrix reference.
here is my code. I don't understand why I get this error! I want to get some files( or folders) from user, do some changes to e...
11 years ago | 1 answer | 0
1
answerQuestion
how can I get the path to a folder from user and open files with .fig format?
the question says it all!
11 years ago | 1 answer | 0
1
answerQuestion
how can I save a file as .png format?
I have a folder with 20 files in .fig format, how can I save these files in .png format? (they have different names and I want t...
11 years ago | 2 answers | 0
2
answersQuestion
How can I work on a .fig file?
I have a folder with lets say 20 .fig files and I want to do some changes on it. how should I do that? how should I ask user fo...
11 years ago | 0 answers | 0
0
answersQuestion
how can I make changes on files in a folder?
I have a folder with for example 20 files in .fig format and diffrent names. I want to do some changes to every file. How can I ...
11 years ago | 1 answer | 0