Zhaoxu Liu / slandarer - MATLAB Central
photo
Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
File ExchangeCodyMATLAB AnswersZoom OutFrom 07/20 to 03/25Use left and right arrows to move selectionFrom 07/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
672 of 20,421

REPUTATION
2,718

AVERAGE RATING
4.90

CONTRIBUTIONS
47 Files

DOWNLOADS
901

ALL TIME DOWNLOADS
20865

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Flipbook Mini Hack Participant
  • First Answer
  • Community Group Solver
  • Solver
  • Top Downloads 2024
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 5
  • MATLAB Flipbook Mini Hack 2nd place
  • 5-Star Galaxy Level 5
  • Explorer
  • First Review

View badges

Feeds

View by

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 month 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 month ago

Solved


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

1 month 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 month ago

Solved


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

1 month ago

Solved


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

1 month ago

Solved


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

1 month ago

Solved


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

1 month ago

Solved


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

1 month ago

Solved


Sum of series VIII

1 month ago

Solved


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

1 month 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 month ago

Solved


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

1 month ago

Submitted


chord chart 弦图
plot beautiful chord chart 好看的弦图绘制

2 months ago | 39 downloads |

Thumbnail

Submitted


Digraph chord chart 有向弦图
Digraph chord chart 有向弦图

2 months ago | 18 downloads |

Thumbnail

Submitted


Histogram with shadow
Histogram with shadow need at least R2017b

10 months ago | 10 downloads |

Thumbnail

Submitted


sankey plot
sankey plot /sankey diagram /sankey chart

10 months ago | 102 downloads |

Thumbnail

Submitted


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

10 months ago | 21 downloads |

Thumbnail

Submitted


Spiral diagram
draw Spiral diagram by MATLAB

10 months ago | 4 downloads |

Thumbnail

Submitted


STree dendrogram
Rich and diverse dendrogram drawing + layout : 'rectangular'(default) / 'rounded' / 'slanted' / 'ellipse' / 'bezier'

1 year ago | 4 downloads |

Thumbnail

Submitted


rose bouquet
rose bouquet by slandarer

1 year ago | 37 downloads |

Thumbnail

Submitted


taylor diagram class
taylor diagram class

1 year ago | 27 downloads |

Thumbnail

Submitted


Ternary phase map 三元相映射图
Ternary phase map 三元相映射图

1 year ago | 2 downloads |

Thumbnail

Submitted


pretty legend
2 demo to get pretty legend + Semitransparent rounded rectangle legend + Heart shaped legend for pie chart

1 year ago | 2 downloads |

Thumbnail

Submitted


special heatmap
special heatmap

2 years ago | 13 downloads |

Thumbnail

Submitted


ternary
ternary plot for MATLAB support plot fill scatter contour contourf text

2 years ago | 12 downloads |

Thumbnail

Submitted


200 colormap
200 colormaps

2 years ago | 437 downloads |

Thumbnail

Submitted


2000 palettes
2000 palettes for MATLAB

2 years ago | 42 downloads |

Thumbnail

Submitted


radar chart
radar chart

2 years ago | 10 downloads |

Thumbnail

Submitted


Happy Pi Day
Happy Pi Day

2 years ago | 2 downloads |

Thumbnail

Load more

Go to top of page