A soumis


crystal heart
Draw crystal heart by MATLAB.

environ 2 mois il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


rose bouquet
Rose bouquet for Valentine's Day coded by MATLAB.

environ 2 mois il y a | 24 téléchargements |

5.0 / 5
Thumbnail

A soumis


roseball
Draw a roseball by MATLAB.

environ 2 mois il y a | 6 téléchargements |

4.5 / 5
Thumbnail

A soumis


Happy Pi Day
Happy Pi Day

2 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


plane wars game
Plane wars game made by MATLAB. Press A/S/D/F or click to shoot!

2 mois il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


STree (special dendrogram plot)
Rich and diverse dendrogram plot drawing.

3 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


BingDwenDwen and ShueyRhonRhon
Mascots for the 2022 Beijing Winter Olympic: BingDwenDwen (Bing Dundun | 冰墩墩) ShueyRhonRhon (Xue Rongrong | 雪容融)

3 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


radar chart
Highly customizable radar chart plotting.

3 mois il y a | 19 téléchargements |

0.0 / 5
Thumbnail

A soumis


set colormap pivot/center
Directly manipulate an existing colormap by shifting its pivot/center to a specified value.

3 mois il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Plants vs. Zombies (PVZ)
Without zombies, therefore, at present, this is merely a flower-planting game.

3 mois il y a | 8 téléchargements |

0.0 / 5
Thumbnail

A soumis


corr plot (相关系数矩阵图)
Draw corr plot. Please refer to its superordinate replacement for additional functionality: special heatmap.

3 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


geometer sketchpad by MATLAB
Geometer sketchpad made by MATLAB, refer to OriPa App, can easily get any point of intersection.

3 mois il y a | 6 téléchargements |

0.0 / 5
Thumbnail

A soumis


LaTeX editor by MATLAB
LaTeX editor by MATLAB.

3 mois il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


rectTree (treemap chart | 矩形树状图)
rectangular tree/treemap chart 矩形树状图

3 mois il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A soumis


hatched pie chart (阴影/条纹填充饼图)
function for hatched pie chart, hatched pie chart with offset slices. (need at least R2017b)

3 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


hatched bar chart (阴影/条纹填充柱状图)
function for hatched bar chart, horizontal hatched bar chart, stacked hatched bar chart. (need at least R2017b)

3 mois il y a | 9 téléchargements |

5.0 / 5
Thumbnail

A soumis


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

3 mois il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

3 mois il y a | 5 téléchargements |

0.0 / 5
Thumbnail

A résolu


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

3 mois il y a

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

7 mois il y a | 0

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


Sum of series VIII

plus d'un an il y a

Charger plus