Changes between Version 2 and Version 3 of Ticket #5447, comment 22
- Timestamp:
- 2021-04-24T18:26:11Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5447, comment 22
v2 v3 23 23 24 24 25 Another feature of PlotXY that sooner or later I would like to see in OMEdit is the possibility to create new variables. Try for instance to click in a cell in column with hash, after loading output from TestUnitMultiples3. You can require for instance the sum of i0+i1+i3 using the formula v2+v3+v4 (here v stands for variable) or i0^2 + i1^2using the formula v2*v2+v3*v3 or abs(i1) using abs(v3), and so on.25 Another feature of PlotXY that sooner or later I would like to see in OMEdit is the possibility to create new variables. Try for instance to click in a cell in column with hash, after loading output from TestUnitMultiples3. You can require for instance the sum of i0+i1+i3 using the formula v2+v3+v4 (here v stands for variable) or i0^2^ + i1^2^ using the formula v2*v2+v3*v3 or abs(i1) using abs(v3), and so on. 26 26 27 27