Sunday, December 08, 2019

Matlab 3D meshes and Volumes



[1] meshgrid https://la.mathworks.com/help/matlab/ref/meshgrid.html

[2] isosurface to obj file http://www.aleph.se/Nada/Ray/matlabobj.html


No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...