Difference between revisions of "ZCubes/Advanced Spreadsheet Computations"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "==Advanced Spreadsheet Computations== <br/> This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. Yo...")
 
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
 
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  
 +
==Code==
 +
  v:=u+a*t;
 +
  v⩨;
 +
  v(1,9.8,1..30);
  
  
<<[[Learn_ZCubes | Learn ZCubes ]]
 
 
<br/>
 
<br/>
&copy; Copyright 1996-2020, ZCubes, Inc.
+
*[[ZCubes/Understanding_Arrays_in_ZCubes| Arrays in ZCubes  ]]
 +
*[[Z3 | Z3 home]]
 +
*[[Z^3 Language Documentation]]
 +
*[[Main_Page | About ZCubes ]]
 +
*[[ZCubes_Videos | ZCubes Videos and Tutorials]]
 +
<br/>
 +
<br/>
 +
&copy; Copyright 1996-2021, ZCubes, Inc.

Latest revision as of 07:31, 9 March 2021

Advanced Spreadsheet Computations


This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. You will understand how ZCubes differentiates itself from Excel or other typical spreadsheets in computing values for a set of data in a spreadsheet by creating functions. You can enable a function to handle array of values using arrayfy and a series of values can be passed as parameters.

Video


Advanced Spreadsheet Computations














Code

 v:=u+a*t;
 v⩨;
 v(1,9.8,1..30);





© Copyright 1996-2021, ZCubes, Inc.