Community Profile

photo

Afiq Azaibi

Last seen: 5일 전 2017년부터 활동

Followers: 0   Following: 0

연락

Developer on the Charting Team at MathWorks.

통계

All
  • First Submission
  • GitHub Submissions Level 1
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

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

대략 2개월 전 | 2

| 수락됨

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

7개월 전 | 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...

대략 1년 전 | 1

| 수락됨

제출됨


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

2년 초과 전 | 다운로드 수: 1 |

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

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

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

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

대략 7년 전 | 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...

대략 7년 전 | 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...

대략 7년 전 | 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...

대략 7년 전 | 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 ...

대략 7년 전 | 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: ...

대략 7년 전 | 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 ...

대략 7년 전 | 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...

대략 7년 전 | 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...

대략 7년 전 | 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...

대략 7년 전 | 0

| 수락됨