photo

gummiyummi


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
2 个回答

排名
67,370
of 297,457

声誉
0

贡献数
11 个提问
2 个回答

回答接受率
45.45%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Review

查看徽章

Feeds

排序方式:

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
converting cell values from standard form
round()

4 years 前 | 0

| 已接受

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
count 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)...

4 years 前 | 0

| 已接受

提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

5 years 前 | 1 个回答 | 0

1

个回答