Thanks to visit codestin.com
Credit goes to github.com

Skip to content

diosdog/VRPlots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRPlots

View MATLAB-generated plots in virtual reality!

Usage

Launch VRPlots_Unity.exe.

In MATLAB:

figure; 
[X,Y,Z] = peaks(25); 
surf(X,Y,Z);
VRFigureSender.SendFigure();

Or try a series of demo figures:

DemoVRPlots();

About

View MATLAB-generated plots in virtual reality!

Resources

License

Stars

Watchers

Forks

Packages

No packages published