what does scatter3 colours represent

i am running a code on iris recognition using neural network. after simulation of the network, i first of all got a figure 1 which displayed some scattered points in various colour these points represented my number of input variable. after training the network, it was tested and after testing, another figure of scattered points displayed with same colours kinda of clustering together. my question is how do i know the input and output of this network and how do i define what the different colours stand for? the various colours that displays includes red, green, blue and yellow...
thanks

1 Kommentar

ibrahim
ibrahim am 8 Apr. 2013
hi waiter i am sorry for the using the word urgent...i was not thinking straight...i know you guys are trying so much to assist us even when we don't pay u guys... thanks

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 8 Apr. 2013

0 Stimmen

By default scatter3() uses your Z data to determine the color, with the minimum Z value getting the first color in the colormap and the maximum Z value getting the last color in the colormap.

3 Kommentare

ibrahim
ibrahim am 8 Apr. 2013
thanks so much walter for ur answer. how do i know which element is the Z value in my code? or should i send the code to u to analyze for me?
Walter Roberson
Walter Roberson am 8 Apr. 2013
The Z value is the third parameter passed to scatter3()
If you pass 5 parameters or more, the 5th one controls the color.
ibrahim
ibrahim am 8 Apr. 2013
thanks so much...i appreciate

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by