I have a file from matlab that represents a 48x48 pixel array with square pixels and whose height is the intensity at the pixel (its for a gamma ray radiograph) so what I am trying to make is a 3d bar graph (bar3 in matlab speak). I can fool around with the data and make an xyz file that I can import into Solidworks as a point cloud, the point value would be the extrude height for that pixel. But I do not want the points connected as a mesh, I want discrete bars protruding from each Pixel. Any Ideas? It seams like a table of these values would work, where each pixel draws its extrude height from each corrosponding table elements. In the end I need it to be a solid that looks like this.