Message Boards Message Boards

0
|
2052 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Using Inputs from inside a CompoundElement in a Function

Posted 3 years ago

I am using CompoundElement inside FormPage to create a group of inputs that can then be used as a RepeatingElement.

CloudDeploy[FormPage[ "MIX" -> RepeatingElement[ 
CompoundElement[{"T0" -> "Number", "T1" -> "Number","t"->"Number"}]]

I need to use T0, T1, and t to solve an equation: MIX[T1,T0,t_]=(...equation here...)

If I was not using CompoundElements or RepeatingElements, I would just do this inside CloudDeploy to solve the equation with the input variables: EQUATION[#T0, #T1,#t].

CloudDeploy[FormPage[{"T0"-> "Number", "T1"->"Number","t"->"Number"}, MIX[#T0,#T1,#t]

How do I do this using Compound Elements?

POSTED BY: Michael Benjamin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract