photo

Jérôme


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

3 个提问
5 个回答

Discussions

1 个亮点

排名
13,053
of 300,750

声誉
4

贡献数
3 个提问
5 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
1 个亮点

平均赞数
5

  • Knowledgeable Level 1
  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

Discussion


Highlighting structure fields in MATLAB editor
In the MATLAB editor, when clicking on a variable name, all the other instances of the variable name will be highlighted. But t...

1 year 前 | 5

已回答
How to reshape an array horizontally
I know it's not the class used in que question, but it's just to share how to do it with strings. In case a string array is use...

1 year 前 | 0

已回答
If I try to use `sprintf` to format a string as numeric, why does a different number get passed?
When you write C='10'; C is a char array, i.e. an array with two elements of class char, which are '1' and '0'. These are cha...

3 years 前 | 0

提问


How to reduce the file size of a saved histogram figure
In the following code, I have a histogram showing 100 bins, therefore the amount of data shown in this figure is quite small. Ho...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
When execute the below code ? the error message appear 'Index exceeds the number of array elements'?
M_h and M are string arrays because you used "". Here, you want to work with char arrays using '' (See for example these links f...

3 years 前 | 0

| 已接受

提问


Plot alternatively between uitab of two figures
I want two figures, where each figure has several tabs, and I want to plot tab per tab alternatively between the two figures (i....

3 years 前 | 1 个回答 | 0

1

个回答

已回答
String Manipulation
Since R2016b, you can also use extractBefore. filename_with_extension = "abcdefhijklm.xlsx"; filename_without_extension = extr...

3 years 前 | 0

已回答
How to put in color a certain part of the background in a plot with matlab?
You can also use fill. In case you are using a legend on your plot, what is plotted with fill will be listed in the legend, whe...

3 years 前 | 0

提问


For loop faster than vectors?
I was thinking that for loops were usually slower than vector or matrix operations, but a simple example showed me the opposite....

4 years 前 | 1 个回答 | 0

1

个回答