Afiq Azaibi - MATLAB Central
photo

Afiq Azaibi

Last seen: 7日 前 2017 年からアクティブ

Followers: 2   Following: 0

Developer on the Charting Team at MathWorks.

統計

All
MATLAB AnswersFile ExchangeFrom 03/17 to 04/25Use left and right arrows to move selectionFrom 03/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
27 回答

File Exchange

1 ファイル

ランク
867
of 298,313

評判
88

コントリビューション
0 質問
27 回答

回答採用率
0.00%

獲得投票数
18

ランク
17,807 of 20,563

評判
2

平均評価
0.00

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

ダウンロード
1

ALL TIME ダウンロード
26

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 3
  • First Submission
  • GitHub Submissions Level 1
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to change the length of the lines inside the legend?
Starting in R2024b, you can leverage the IconColumnWidth property on legend to increase the length of the icons: plot(1:10,'l...

7ヶ月 前 | 0

回答済み
How to increase the length of the legend line?
Starting in R2024b, you can leverage the IconColumnWidth property on legend to increase the length of the line: t = [0:0.1:...

7ヶ月 前 | 0

回答済み
How can I modify the length of the lines in a legend?
Using multiple outputs from the legend command is discouraged and will start warning in R2024b. Also starting in R2024b, you can...

7ヶ月 前 | 1

回答済み
legend symbol disappears when plotting a polyshape
Using multiple outputs from the legend command is discouraged. You mentioned how you are trying to change the size of the icons ...

7ヶ月 前 | 1

回答済み
When using xline, would it be possible to have the text in one color and the lines in another color?
Starting in R2024b, you can leverage the LabelColor property on ConstantLine to control the color of the label independently of ...

7ヶ月 前 | 1

回答済み
Can I change the color of the label in xline / yline to be different from the color of the line?
Starting in R2024b, you can leverage the LabelColor property on ConstantLine to control the color of the label independently of ...

7ヶ月 前 | 4

| 採用済み

回答済み
How to create a transparent, rectangular patch with rounded corners?
Starting in R2024a, rectangle supports controling its transparency using the FaceAlpha property: bar(magic(4)); r = rectangl...

12ヶ月 前 | 1

| 採用済み

回答済み
How do i highlight certain region in an image?
Starting in R2024a, xline, yline, xregion, and yregion all support the ability to appear both behind and in front of objects in ...

12ヶ月 前 | 0

回答済み
setting transparancy of legend?
Starting in R2024a, legend supports the ability to control the level of transparency with the BackgroundAlpha property. Below is...

12ヶ月 前 | 1

| 採用済み

回答済み
How to have MATLAB 2016 Legend without box and as transparent?
Starting in R2024a, legend supports the ability to control the level of transparency with the BackgroundAlpha property. Below ...

12ヶ月 前 | 0

回答済み
set legend to non transparent
Starting in R2024a, legend supports the ability to control the level of transparency with the BackgroundAlpha property. Below is...

12ヶ月 前 | 0

回答済み
how to change order of legends?
Three ways to change the order of items in the legend I'll review two ways to flexibly set the legend's order and one way to re...

約1年 前 | 3

| 採用済み

回答済み
Order of legends in stacked bar plot
Starting in 23b, legend has a 'Direction' property which allows you to reverse the entries of a legend. There is an additional f...

1年以上 前 | 1

| 採用済み

回答済み
Highlight the region of plot or find some reliable and proper evaluation for the plot
If you'd like to highlight a region of the line chart, starting in R2023a you can use the xregion and yregion functions: ydata...

約2年 前 | 1

| 採用済み

送信済み


Bullet Chart
A bullet chart is a variation of bar chart which is used to show expected values against actual values.

3年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
Instead of Hebrew characters I can see only gibberish
MATLAB writes its .m files in ASCII encoding, meaning that any non-ASCII encoded characters are replaced with the character '?'....

7年以上 前 | 0

回答済み
How can I change the linewidth on some, not all, grid lines in heatmap images?
There is currently no programmatic way to change the linewidth of a HeatMap. As a workaround to this, you can interactively add ...

7年以上 前 | 0

回答済み
How do you calculate the radius in a 3D tubular structure?
Given that every point on the branch has a cross section that can be measured, I would suggest using the 'slice' function: h...

7年以上 前 | 0

回答済み
GUIDE UI object positions change between retina display and windows
When interchanging the units of graphics objects in MATLAB, the way the figure appears in one environment may be drastically dif...

約8年 前 | 0

回答済み
GUI Button Groups and Panel Containers Cause Cross Platform Issues?
When interchanging the units of graphics objects in MATLAB, the way the figure appears in one environment may be drastically dif...

約8年 前 | 0

回答済み
Find block of minimum distance between values
You can use the kmeans clustering in order to group sets of similar temperature values together. Finding the right k clusters to...

約8年 前 | 0

回答済み
How can I make the weighted edges more distinct?
While you are right that is a cool looking graph it appears to be extremely dense which is why it is hard to read any of the val...

約8年 前 | 2

| 採用済み

回答済み
Using a slider to control a video while it's playing?
It seems that moving the slider while pausing functions fine so what you can do is add two listeners to your slider. The preset ...

約8年 前 | 0

回答済み
HOW CAN I CREATE A 3X3 PATCH IN AN IMAGE AND ALSO TAKE THE CENTRE PIXEL FROM ITS EIGHT NEIGHBORHOOD
An image functions as a 3 dimensional matrix and in order to index a 3x3 matrix out of an image, you can do the following: ...

約8年 前 | 0

回答済み
Why my biplot shows opposite values in component 1?
As you mentioned, this effect does not change the relative correlation between all variables and this is expected behavior. The ...

約8年 前 | 0

| 採用済み

回答済み
AppDesigner Spinner with non-integer stepsize
Your workflow is reasonable and it should work. Currently, those options are under the "Design View". In order to change the ste...

約8年 前 | 2

| 採用済み

回答済み
After closing video GUI, the sound keeps playing
Depending on how the video is being played, you should delete the video object in the callback function for the GUI being closed...

約8年 前 | 0

回答済み
How can I plot a custom pattern in a subplot?
You can reproduce the issue by running the following. If you set a break point on the last line, you will see the subplot disapp...

約8年 前 | 0

| 採用済み