What's a cool and simple thing I could show beginners in MATLAB?

What's a cool and simple thing I could show beginners in MATLAB?

Other urls found in this thread:

youtube.com/watch?v=f1U4SAgy60c
youtube.com/watch?v=_9xiYnFvIRo
github.com/AdaDoom3/TrianglesOfAttack
twitter.com/SFWRedditImages

magic(3) is always pretty cool imo

spy

Fourier transforms of images

watch the matlab youtube channel

they have a shit ton of examples

also, you could set up a tuned mass damper with some tarduino boards like this

youtube.com/watch?v=f1U4SAgy60c

Stack Exchange

why(n)

>What's a cool and simple thing I could show beginners in MATLAB?

how to uninstall matlab

Collatz conjecture

I make music in matlab:

youtube.com/watch?v=_9xiYnFvIRo

The first track, "Mod", is made in only a few lines:
--------------------------------------------------------
t=0:1/44100:300;
a=rand;
b=rand;
c=rand;
%Should change the ranges of these random values, but I forget how big or small they should be, just experiment with it

s=sin(a*t+b*t*sin(c*t));
sound(s,44100)

%have fun

solve some ode or pde that has interesting dynamics. Gierer-Meinhardt eqaution for example

AlexNet

Damn that's cool

cryptology.
Hide an image in another image.

>Fourier transforms of images
this. also Singular value decomposition and Principal component analysis of face recognition is absolutely beautiful. you can use fft(.....) command for these

how does one accomplish this in matlab? newfag here

Sorry I realized it said SIMPLE things
I did this as a project for one of my engineering classes. I don't remember how. I never quite got the hang of GUI's.

eiganfaces

anyone else UW AMATH 301?

It isn't that hard to do poorly. In PNG you can just put the other image outside of the IDAT tag in some other unimportant tag.

I don't know why you would use Matlab for that since it's not really what Matlab is for.

A fucking trash can.

Are you chinese?

animated Lorentz attractor

No, African Cuban.

This guy wrote "A multiplyer game, where each player controls different sections of the keyboard."

In the readme it says "You will need music files named 0.wav through 6.wav to run the script."

github.com/AdaDoom3/TrianglesOfAttack

Draw a benis on a graph

lmao no im regular american

this desu or spurdo

You could show them how to discover Kepler's third laws with some basic least squares fitting, depending on the class level, or you could always show them some projectile motion and what the best angle is for shooting objects. (taking out wind resistance of course)

>projectile motion and what the best angle is for shooting objects. (taking out wind resistance of course)
this for sure! anybody who is in or has taken high school physics or classical mechanics would definitely like this

>What's a cool and simple thing I could show beginners in MATLAB?
How to use C?

Especially how matlab is SHIT when it comes to calculating simple things.