Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
统计学
All
Feeds
已解决
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
9 days 前
已提交
special heatmap
Plot heatmaps of various shapes, triangular heatmaps, and add dendrograms and significance labels.
1 month 前 | 15 次下载 |
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...
4 months 前 | 0
已解决
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 前
已解决
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 前
已解决
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 前
已解决
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
1 year 前
已解决
Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?
1 year 前
已解决
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 前
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 前 | 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 前 | 7
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 前 | 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 前 | 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 前 | 13











