very cool
▎sock ~/matlab
▎λ ./install
./install: line 157: /bin/pwd: No such file or directory
./install: line 188: /bin/pwd: No such file or directory
./install: line 292: //bin/unknown/install_unix_legacy: No such file or directory
You designate a function as private by storing it in a subfolder with the name
private. Then, the function is available only to functions and scripts in the folder immediately above theprivatesubfolder.
thats whacky
ngl kind of enjoying MATLAB. its design violates so many principles i have beaten into my skull (eg. self-consistency, flexibility/decoupling, purity, generality) but darn its fun to just figure(); hold on; plot(xs, f(xs)) and have a .png of my function
