photo

Delvin


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Draw a line from one point to ALL points
So ive plotted a set of x and y arrays. Then i plotted a mean. How do i draw lines only from this mean to all other points?

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Need help plotting 100 Strings onto grid (FOR loop not working)!
MATLAB has been working on this code for over 30 minutes and still hasnt processed it: % hold on axis on for i = 1:100 ...

11년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Splitting an image into matrix based on color?
Hi i have an low res image and i want to extract the color information from this into a cell-matrix. I already know the 8 col...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Comparing colors against Palette
Hi, I read in a low res image and read the colours it uses into a palette. y=200; x=200; img=imresize(imread('image...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What does a tilde (~) inside square brackets mean?
[~, Palette] = kmeans(reshape(B(:),M*N,3),8,'E','s','S','U'); Specifically, what does the |~| inside the square brackets re...

11년 초과 전 | 답변 수: 3 | 1

3

답변