gummiyummi
Followers: 0 Following: 0
Statistiques
RANG
207 424
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
45.45%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseconverting cell values from standard form
round()
plus de 4 ans il y a | 0
| A accepté
Question
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 ...
plus de 4 ans il y a | 1 réponse | 0
1
réponsecount 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)...
plus de 4 ans il y a | 0
| A accepté
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...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 4 ans il y a | 1 réponse | 0