Class PhasedArrayBeamExample

java.lang.Object
X3dForAdvancedModeling.Matlab.PhasedArrayBeamExample

public class PhasedArrayBeamExample extends Object

Conversion Matlab figure to x3d using conversion method number 2.

Related links: PhasedArrayBeamExample.java source, PhasedArrayBeamExample catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title PhasedArrayBeamExample.x3d
description Conversion Matlab figure to x3d using conversion method number 2.
creator Ben Cheng
translator Ben Cheng
creator Dr. David Jenn, Matlab plot author
created 1 February 2015
modified 20 October 2019
modified 20 October 2019
generator figure2xhtml.m function created by Dirk-Jan Kroon
reference http://www.mathworks.com/matlabcentral/fileexchange/32207-matlab-3d-figure-to-3d--x-html
reference PhasedArrayBeamOriginal.wrl
reference PhasedArrayBeam.fig
reference PhasedArrayBeam.png
reference PhasedArrayBeamMatlab_fig2X3D.pdf
reference PhasedArrayBeamMatlab_fig2X3D.doc
reference PhasedArrayBeamTwoD_array_dips_gp_xz_scan_1plot.m
reference BouncingBoxSimulinkMatlabVRtoolExample.pdf
reference http://www.mathworks.com/help/sl3d/examples/bouncing-ball.html
reference http://www.mathworks.com
reference http://www.mathworks.com/products/matlab
reference http://www.mathworks.com/products/simulink
reference http://www.mathworks.com/products/3d-animation/features.html
reference http://www.mathworks.com/examples/3d-animation
reference http://www.mathworks.com/products/3d-animation/videos.html
reference http://www.mathworks.com/help/sl3d/index.html#build-virtual-reality-worlds
reference http://www.mathworks.com/help/sl3d/using-cad-models-with-the-simulink-3d-animation-product.html
reference http://www.mathworks.com/help/physmod/sm/mech/vis/visualizing-with-a-virtual-reality-client.html
info The accompanying wish list describes how Matlab and Humusoft should improve their support for X3D, instead of using VRML and being many years out of date.
reference https://x3dgraphics.com/examples/X3dForAdvancedModeling/Matlab/MathworksWishList.txt
requires MATLAB R2014B
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/Matlab/PhasedArrayBeamExample.x3d
reference TODO email announcement
generator Matlab, http://www.mathworks.org
generator X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit
license ../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet to create Java source code from an .x3d model.

  • Constructor Details

    • PhasedArrayBeamExample

      public PhasedArrayBeamExample()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      PhasedArrayBeamExample model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: