L
L
LAG_LAGbI42014-03-21 22:11:05
Software and Internet Services
LAG_LAGbI4, 2014-03-21 22:11:05

What is the program for constructing a three-dimensional surface from tabular data?

Please tell me a program for constructing a three-dimensional surface from tabular data. Where X is the column number, Y is the row number, and Z is the value in the table.
There is a similar function in excel, but there is a limit on the amount of data -255. Also, there is no way to zoom in and out, look at the resulting surface from different sides, and there is no way to make cuts.
Tell me a program that can do all this with the least development time.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
maksimov_aleks, 2014-03-22
@maksimov_aleks

You can use Matlab (function scatter3 www.mathworks.com/help/matlab/ref/scatter3.html ) or Maple (function ScatterPlot3D www.maplesoft.com/support/help/Maple/view.aspx?pat.. . ), but these math packages cost money and are quite heavy. As an alternative, Octave ( www.gnu.org/software/octave/download.html ) can be recommended, which uses a MATLAB-compatible programming language, plus it's free, which is a big plus (use the www.gnu.org scatter3 function to plot). /software/octave/doc/interpreter/Three_... ).
You can also use the R language for these cases ( cran.r-project.org/web/packages/scatterplot3d/vign...), here everything is also free, but, in my opinion, the entry threshold is much higher.

S
Serge, 2015-01-16
@profdoc

There is a small Surfer program (about 100mb).
Tips for the Surfer program
npk-kaluga.ru/SovetySurfer.htm
Surfer - download free Russian version of Surfer for Windows
soft.mydiv.net/win/download-Surfer.html
Surfer 9 :: RuTracker.org
rutracker.org/forum/viewtopic. php?t=1769810

V
veontomo, 2014-03-22
@veontomo

For example, Wolfram Mathematica will be able to do this. Keep in mind that tabular data must be extrapolated in some way to plot. Either you must do this yourself, or the algorithm itself must decide how to extrapolate.
Probably, any program for symbolic calculations will be suitable for these purposes. If only it wasn't shooting sparrows from a cannon.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question