MATLAB
Spoken Languages:
English
Statistics
0 Questions
1 Answer
46 Files
Cody0 Problems
27 Solutions
17 Discussions
RANK
274,216
of 301,454
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
420 of 21,287
REPUTATION
3,926
AVERAGE RATING
4.90
CONTRIBUTIONS
46 Files
DOWNLOADS
579
ALL TIME DOWNLOADS
30731
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
17 Discussions
AVERAGE NO. OF LIKES
9
Feeds
Solved
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
10 days ago
Submitted
special heatmap
Plot heatmaps of various shapes, triangular heatmaps, and add dendrograms and significance labels.
1 month ago | 15 downloads |
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 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
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
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
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
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
Histogram with shadow
Histogram with shadow need at least R2017b
2 years ago | 4 downloads |
Submitted
MATLAB-PLOT-CHEAT-SHEET
Latest version of MATLAB-PLOT-CHEAT-SHEET
2 years ago | 32 downloads |
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











