Plot 3D

Discussion around the SDL Component Suite
Post Reply
wfsistem
Posts: 2
Joined: Fri Apr 01, 2022 6:24 pm

Plot 3D

Post by wfsistem »

Hello friends, how are you?
I'm having a hard time...

In Plot3D.GridMat[]... I am adding a 22x25 Matrix

I put to read the data in Plot3D.GridMat[] but the last line is not found.

Do you know what I'm doing wrong?
User avatar
hlohning
Posts: 20
Joined: Fri Sep 04, 2020 4:17 pm

Re: Plot 3D

Post by hlohning »

Please post the code snippet which shows the problematic code. Otherwise it's impossible to help you.
Regards,
Hans
---
Hans Lohninger
Epina GmbH
Retz, Austria
wfsistem
Posts: 2
Joined: Fri Apr 01, 2022 6:24 pm

Re: Plot 3D

Post by wfsistem »

https://drive.google.com/file/d/1CmEMRO ... sdGSytTGot

https://drive.google.com/file/d/1SIsywR ... TGWqloe7MR

https://drive.google.com/file/d/1Pl12Io ... 4A7bwXLkzC

https://drive.google.com/file/d/1oP7xgy ... cTj8xA8-QS

I have the images.

In a StringGrid
I have 21 positions and in PLot 20... "More is set to 21" in GridMat.Resize

See that I can select the column and row but the last one I can never find, if I add + 1 it gets 0... More if I consult the GridMat[21,25] it brings the return.

Another thing, I can only select the "cell" not the entire row.. only [1,1] ....?
Post Reply