| Author |
Comment/Response |
Bill Simpson
|
01/21/13 6:55pm
In Response To 'Re: Re: Visualise the results of computations' --------- I am confused. I showed you the line of code needed to display your results. Is that not what you mean by visualize your results?
I see in your first post that you also asked to have the result given to you in .bmp format. That is attached.
This line of code will allow you to create your own .bmp format file.
In[1]:= Export["wynik.bmp", Show[GraphicsArray[{ {Graphics[Get["wynik_jezioroXY_qhull2D.m"]]},{Graphics[Get["wynik_wiataXY_qhull2D.m"]]}
}]],ImageResolution->200]
Out[1]= ...GraphicSnipped...
At the moment I am not able to send that in .shp format. Perhaps someone else will do that for you.
Attachment: wynik.bmp, URL: , |
|