A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

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

plus d'un an il y a | 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...

environ 2 ans il y a | 7

A soumis


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

environ 2 ans il y a | 12 téléchargements |

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

environ 2 ans il y a | 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 ...

environ 2 ans il y a | 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. ...

plus de 2 ans il y a | 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...

plus de 2 ans il y a | 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, ...

plus de 2 ans il y a | 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...

plus de 2 ans il y a | 6

Discussion


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

plus de 2 ans il y a | 10

Discussion


rose bouquet for MATLABer
code is here https://www.mathworks.com/matlabcentral/fileexchange/154496-rose-bouquet You can also see the animate...

plus de 2 ans il y a | 10

Discussion


Use MATLAB to draw a dragon!!
function dragon24 % Copyright (c) 2024, Zhaoxu Liu / slandarer baseV=[ -.016,.822; -.074,.809; -.114,.781; -.147,.738;...

plus de 2 ans il y a | 12

Discussion


Solve Syms Equations With Piecewise
There will be a warning when we try to solve equations with piecewise: syms x y a = x+y; b = 1.*(x > 0) + 2.*(x <= 0); eqns...

plus de 2 ans il y a | 5

Discussion


awesome heatmap
It is pretty easy to draw a cool heatmap for I have uploaded a tool to fileexchange: https://www.mathworks.com/matlabcentral/fi...

plus de 2 ans il y a | 8

Discussion


colorful axes and colorful legend
t=0.2:0.01:3*pi; hold on plot(t,cos(t)./(1+t),'LineWidth',4) plot(t,sin(t)./(1+t),'LineWidth',4) plot(t,cos(t+pi/2)./(1+t+...

plus de 2 ans il y a | 7

Discussion


It is pretty easy to draw chord chart by MATLAB!!
I have written two tools and uploaded fileexchange, which allows us to easily draw chord diagrams: chord chart 弦图 downlo...

plus de 2 ans il y a | 7

Discussion


How to customize legends?Semitransparent rounded rectangle legend??
How to create a legend as follows? Principle Explanation - Graphic Objects Hidden Properties of Legend are laid as fol...

plus de 2 ans il y a | 12

A soumis


taylor diagram class
taylor diagram class

plus de 2 ans il y a | 5 téléchargements |

5.0 / 5
Thumbnail

A soumis


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

environ 3 ans il y a | 10 téléchargements |

0.0 / 5
Thumbnail

A résolu


Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...

presque 4 ans il y a

A résolu


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

presque 4 ans il y a

A résolu


It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more here) asserted that readers are relatively insensitive to letter order in words, so long a...

presque 4 ans il y a

A résolu


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end),...

presque 4 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

presque 4 ans il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

presque 4 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 4 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 4 ans il y a

Charger plus