Community Profile

photo

Zong Hua Chen


Yulin normal university

Last seen: 7 months ago Active since 2016

I love matlab

Statistics

All
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • First Submission
  • Explorer
  • First Review
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Submitted


HasagawaMima
Simulation of Hasagawa Mima equation

4 years ago | 1 download |

Thumbnail

Submitted


PDRF_GUI
Plasma dispersion relation fluid version.

4 years ago | 1 download |

Thumbnail

Submitted


MHD2D-MATLAB
Some of plasma physics code

4 years ago | 6 downloads |

Submitted


PlasmaWave
Some of plasma physics code

4 years ago | 6 downloads |

Answered
How to draw the collision of two ball with Matlab?
The attach file (Elastic collision -Wikipedia.pdf) is the theory of collision.

7 years ago | 1

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago

Answered
Matlab jokes or puns
* _I love Matlab, and I have found my heart in Matlab._*

7 years ago | 2

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago