photo

Jérôme


Last seen: 1年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
5 回答

Discussions

1 ハイライト

ランク
13,056
of 300,753

評判
4

コントリビューション
3 質問
5 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

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

3年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答