photo

Tomas


2013년부터 활동

Followers: 0   Following: 0

메시지

i like sport, music and pc.
Professional Interests: statistic toolbox

통계

MATLAB Answers

48 질문
1 답변

순위
40,219
of 300,759

평판
1

참여
48 질문
1 답변

답변 채택
33.33%

획득한 표
1

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


??? Subscript indices must either be real positive integers or logicals.
Hello, i need help. I will be grateful for any advice. I have to clustering grayscale image. I enclose my code The main...

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

1

답변

질문


grayscale image clustering, show ouput image from matrix
Hello, I want a grayscale image clustering according intersity colors from 0-255. my code: I = imread('obraz1.png'); ...

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

1

답변

질문


error in matlab, cellfun, display image
Hello, i have a problem with cellfun my code: Z = cellfun(@(Z) Z', Z,'Un',0); Z = cellfun(@(Z) cell2mat(Z), Z,'Un',0...

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

1

답변

질문


return in menu matllab, function menu, back in menu of choices
Hello, I have menu for example d=menu('main menu','function','methods') switch d case 1 ...

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

0

답변

질문


how do i dislay output clustering ?
Hello, i have matlab ocde I = imread('obraz1.png'); %% input image r = I(:,:,1); g = I(:,:,2); b = I(:,:,3); ...

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

1

답변

질문


clustering rgb image only green channel
Hello, i have image <</matlabcentral/answers/uploaded_files/11637/obraz1.png>> i want to clustering only green channel fr...

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

1

답변

질문


draw image, How can I draw the image ? display cluster in an image
Hello, i have code, i need to draw image my code close all; clc; clear; img = imread('pic7.png'); figure(), i...

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

0

답변

질문


normalization image, normalization distance pixels
Hello, i have image <</matlabcentral/answers/uploaded_files/10725/obraz.bmp>> when I use my code: img = imrea...

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

2

답변

질문


normalized pixel and color in the image, before clustering
how normalized the pixels and color the image on the same scale ?

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

0

답변

질문


show ouput clustering images
Hello I = imread('flowers','jpg'); I = im2double(I); HSV = rgb2hsv(I); H = HSV(:,:,1); H = H(:); S = HSV(:,...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


clustering the image using k menas.
Hello, i have to clustering, greyscale and rgb image, what is the procedure for clustering image ? IDX = kmeans(X,k) is de...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


grayscale image, adjust color intesity
Hello, I have image. I1= imread('strom','bmp'); imshow(I1) I2=rgb2gray(I1); imshow(I2); ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


display output clustering as image
Hello, I want to show cluster save in cell. binary image i show cluster Z = cellfun(@(Z) Z', Z,'Un',0); Z = cellfu...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


clustering image, grayscale image
Hello, I have for example image <</matlabcentral/answers/uploaded_files/9588/les.bmp>> I want convert to grayscale image,...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


k means clustering, error
im = imread('hestain.png'); im=rgb2gray(im) //if you only want grayscale intensities [idx centroids]=kmeans(double(im(:)...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


clustering image, display output
I have function <</matlabcentral/answers/uploaded_files/9494/test.bmp>> clc,clear all [I,map]=imread('test'...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


display output k-means clustering, display output clustering as a image
Hello, I have a image, name image :test 3 <</matlabcentral/answers/uploaded_files/9439/test3.bmp>> I,map]=imrea...

거의 12년 전 | 답변 수: 3 | 0

3

답변

질문


save only one value
Hello, I have for example matrix MON = [2.8 3.6 17.2; 5.4 8.3 15.8; 2.5 3.2 17.6; ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Return back to the menu, button return in menu
Hello, I have a menu for example" choice1 = menu('LL,'COLOR,'METHODS') switch choice1 case 1 choice2 =...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


plot, setting different colors,
Hello, i have cell. In cell is 100 matrix. I want, that each matrix, were of different colors.(I can have for example 1000 ma...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


How to set for each point a different color
Hello, How do I set the color for points by plot, I want to have for example 1000 points, each point is different color. ...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


generate coordinates circle,square,rectangle
Hello, I have to generate points(matrix),so that i have view the points as a circle(square,rectagle), when i display points(m...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


euclidean distance between two cell.
Hello, i have two cell. Z1={1x3}{1z3} Z2={1x3}{1x3}{1x3} i need euclidean distance between Z1 a Z2. can anyone help...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


standard euclidean distance, matlab
Helllo I need help with standard euclidean distance, knew would someone help with matlab code ? I can not use, matlab func...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


plot3 two legends in one plot3
i have Z1={{rand(1,3)},[{rand(1,3)} {rand(1,3)} {rand(1,3)} {rand(1,3)} {rand(1,3)} {rand(1,3)} {rand(1,3)}],[{rand(1,3)} ...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


plot 3, describe centroid
I have matrix T, for example matrix 5 x 3. T= centroid1[ 1 2 3 ; centroid2 4 5 6 ; centroid3 1 2 3 ; ...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


I want to use plot
Hello, i want to describe 10 points, I want to use function plot3. I have 10 points save to cell Z. one point have the coordi...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


cell, I want to merge cell
I want to merge cell i have cell Z={1x3} {1x4} i want to have cell Z={1x7} I have used loop for Thanks

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


delete null in matrix
I have matrix M=[ 0 0 0 7.9286 10.1000 14.3714] I want to delete null in matrix....

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


sum of the numbers in each column,cell
I have a cell I want sum of the numbers in each column in in cell if number in matrix is >0 Z={1x7 cell} Z{1}= [1x3 do...

대략 12년 전 | 답변 수: 0 | 0

0

답변

더 보기