mohamed wageh - MATLAB Central
photo

mohamed wageh


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 06/19 to 03/25Use left and right arrows to move selectionFrom 06/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Preguntas
0 Respuestas

CLASIFICACIÓN
130.123
of 297.547

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.122

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


I tried to run this program for GLCM features extraction but there is some errors,any one can help me to run it please ? this is the link of the program https://www.mathworks.com/matlabcentral/fileexchange/22187-glcm-texture-features
this is the code that i want to run it function [out] = GLCM_Features1(glcmin,pairs) % % GLCM_Features1 helps to calculate t...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i am trying to segment MRI images using Kmeans but i can not solve this problem "" Error using reshape To RESHAPE the number of elements must not change. Error in (line 148) AA1=reshape(Cluster1,[wd wd]);"" ,any help please?
this is the code wd=256; Input = imread('motest.png'); % imshow(Input); figure; Input =rgb2gray(Input); Input =double(Inpu...

más de 5 años hace | 1 respuesta | 0

1

respuesta