gummiyummi
Followers: 0 Following: 0
Statistics
RANK
207 424
of 295 467
REPUTATION
0
CONTRIBUTIONS
11 Questions
2 Answers
ANSWER ACCEPTANCE
45.45%
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
Remove legend from patches in Matlab
I create hundreds of patches using patch() in my subplots. I have 5 subplots, 4 of which have legend entries. I create sever...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
display string array content in textbox
I am using mlreportgen.ppt to create a powerpoint using matlab from a template powerpoint. I want to add slides with bulletpoi...
ungefär 4 år ago | 0 answers | 0
0
answersQuestion
counting number of textbox or patches in a matlab figure
Is there a programmable method to count the number of patches or textboxes there are in a given figure, and then put the number ...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
add rows between two indexes in an array
I have an array where the cell values ascend from 1 to 300. Some values occur more often than others. For values which come up...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
converting cell values from standard form
I did some multiplication/division with cell values in an array. The output is entered into the array as standard form. array ...
mer än 4 år ago | 1 answer | 0
1
answercount number of indices
n=1; I=find(arrayA(:,2)==1); J=find(arrayA(:,2)==-1); for k=1:length(I) if J(k)-I(k)>100 arrayA(n,8)=pos_one(k)...
mer än 4 år ago | 0
| accepted
Question
count number of indices
I have an array with 7 columns filled with data. Column 2 has 0s then a 1 then 0s and then a -1 in repeating order. The number o...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
Count number of indexes for each consecutive values in column of array
I have an array of a variable of dimension: 23999 x 1 The array consists of 1s and 0s. I want to count how many indexes each...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Drawing a rectangle over existing plot
I have a subplot in Matlab with two plots. (first picture) I want to draw boxes as seen in the second picture, for specific xval...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
Export_fig conversion help
I have 4 matlab scripts, each saving a figure at the end as a png file in a folder. I have a different script which I want to ...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Font styles for pptx report title/subtitle
I want to change the font color of my title on the first title slide of a report powerpoint... I tried it with FontColor but got...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
For Loop using values from x axis
My x axis has values ranging from -400 to 400 i want to create a for loop which tests whether each xvalue is bigger or smaller ...
mer än 4 år ago | 1 answer | 0