Submitted


biChordChart (bidirectional chord diagram | 有向弦图)
bidirectional/directed/self-loop/self-links chord diagram 有向弦图

17 days ago | 12 downloads |

5.0 / 5
Thumbnail

Submitted


chordChart (chord diagram | 弦图)
plot beautiful chord chart 好看的弦图绘制

17 days ago | 18 downloads |

5.0 / 5
Thumbnail

Submitted


ternary map (三元相映射图)
ternary phase map/ternary map (三元相映射图)

21 days ago | 6 downloads |

0.0 / 5
Thumbnail

Submitted


multivariate map (多变量映射图)
bivariate/ternary choropleth map (双变量/三变量映射图)

22 days ago | 4 downloads |

0.0 / 5
Thumbnail

Solved


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

1 month ago

Submitted


sankey plot
sankey plot /sankey diagram /sankey chart

4 months ago | 97 downloads |

4.8 / 5
Thumbnail

Discussion


It's simply amazing that such a cool cybernetic digital life was generated with just a few lines of code!!
The formula comes from @yuruyurau. (https://x.com/yuruyurau) digital life 1 figure('Position',[300,50,900,900], 'Color','k...

5 months ago | 0

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

1 year ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

1 year ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

1 year ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

1 year ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

1 year ago

Solved


Find max
Find the maximum value of a given vector or matrix.

1 year ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

1 year ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

1 year ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

1 year ago

Solved


Sum of series VIII

1 year ago

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

1 year ago

Solved


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

1 year ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

1 year ago

Discussion


Christmas Tree for Matlaber : Rotating With Falling Snowflakes
Christmas is coming, here are two dynamic Christmas tree drawing codes: Crystal XMas Tree function XmasTree2024_1 fig = f...

1 year ago | 11

Discussion


How to set the AlphaData of a colorbar?
Many times when ploting, we not only need to set the color of the plot, but also its transparency, Then how we set the alp...

2 years ago | 7

Submitted


MATLAB-PLOT-CHEAT-SHEET
Latest version of MATLAB-PLOT-CHEAT-SHEET

2 years ago | 27 downloads |

5.0 / 5
Thumbnail

Discussion


Latest version of MATLAB-PLOT-CHEAT-SHEET
This cheat sheet is here: https://www.mathworks.com/matlabcentral/fileexchange/165846-matlab-plot-cheat-sheet reference: ht...

2 years ago | 13

Discussion


These Pretty Chord Diagrams Were All Made By MATLAB???
The beautiful and elegant chord diagrams were all created using MATLAB? Indeed, they were all generated using the ...

2 years ago | 11

Discussion


Happy Pi Day !!
Happy Pi Day! 3.14 π Day has arrived, and this post provides some very cool pi implementations and complete MATLAB code. ...

2 years ago | 13

Discussion


Help Document of Chord Chart
Chord diagrams are very common in Python and R, but there are no related functions in MATLAB before. It is not easy to draw ch...

2 years ago | 10

Discussion


How To Draw a Crystal Heart In MATLAB
The creativity comes from the copper sulfate crystal heart made in junior high school. Copper sulfate is a triclinic crystal, ...

2 years ago | 6

Discussion


How To Draw A Rose Ball In MATLAB
So, how to draw a roseball just like this ? To begin with, we need to know how to draw a single rose in MATLAB: function d...

2 years ago | 6

Discussion


awesome sankey plot
It is easy to obtain sankey plot like that using my tool: https://www.mathworks.com/matlabcentral/fileexcha...

2 years ago | 10

Load more