필터 지우기
필터 지우기

what does scatter3 colours represent

조회 수: 1 (최근 30일)
ibrahim
ibrahim 2013년 4월 8일
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
ibrahim
ibrahim 2013년 4월 8일
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

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2013년 4월 8일
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
Walter Roberson
Walter Roberson 2013년 4월 8일
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 2013년 4월 8일
thanks so much...i appreciate

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by