Community Profile

photo

Jérôme


Last seen: 1일 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • Thankful Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

1년 초과 전 | 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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 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....

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
String Manipulation
Since R2016b, you can also use extractBefore. filename_with_extension = "abcdefhijklm.xlsx"; filename_without_extension = extr...

1년 초과 전 | 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...

1년 초과 전 | 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....

2년 초과 전 | 답변 수: 1 | 0

1

답변