Skip to main content
1-Visitor
July 4, 2023
Question

what to create a table with variable value from a function.

  • July 4, 2023
  • 1 reply
  • 970 views

MH_10592278_0-1688464455639.png

 

Hi, 

I am calculating mean wind speed at variable heights (ze) as as shown in above function.

Now I want to create a table with variable heights say 10m, 15m. 20m and tabulate the corresponding wind velocity, so that i can reference it any where in the calculation and I also want to know how to extract exact data from table with the variable say like lookup functions in the excel.

 

 

1 reply

23-Emerald IV
July 4, 2023

You apparently want to use Prime...

You have a function that models a relation between height an wind speed. 

In that case you don't need to tabulate, unless for presentation purposes...maybe.

To find a wind speed, just call your function with the appropriate height.

 

Success!

Luc