Post Reply 
INPUT() allowed types matrix
08-14-2018, 11:01 AM
Post: #1
INPUT() allowed types matrix
I would like to use ONLY input TYPE(0), Real, or TYPE(4), vector:
This INPUT() [allowed types matrix], for vector v, doesn't work:

Code:

  INPUT ({ {v, [0,4], {25,70,1}},              
                {w, [4], {25,70,2}} }, 
                "Vector Projection", 
                {"Vector_v ", "Vector_w "}, 
                {"Input Vector v = [x,y,z], or Angle θ", "Input Vector w = [x,y,z]"},           
                {v,w}, 
                {} );

It does accept the v = Real, TYPE(0), but does not accept the v = [x,y,z], TYPE(4), in the allowable types matrix. What to do?

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INPUT() allowed types matrix - DrD - 08-14-2018 11:01 AM
RE: INPUT() allowed types matrix - DrD - 08-14-2018, 01:26 PM



User(s) browsing this thread: 1 Guest(s)