shawin
Followers: 0 Following: 0
phd student
Estadística
33 Preguntas
0 Respuestas
CLASIFICACIÓN
36.135
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
33 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
21.21%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Pregunta
what is .data extension in matlab
Hi, I have the code below: X=importdata('test.csv'); B = X.data; I searched for the .data extenion file type , but...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Error in LS-SVMLab ?
Hi, kindly, i have an issue with lssvm tool toolbox, i am getting error !! Please could you help ? error Dot indexing is not...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
GridSearchCV , what is fittingfunction ?
Hi, irstparam = [1, 2, 3.3, 3.7, 8, 21]; %list of places to search for first parameter secondparam = linspace(0,1,20); ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Computer block when use YOLO4 ?
Hi, I have used the code in the link below for YOLO4, my computer is blocked !!!!!, the screen turned black, and mouse freezed...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Issue with YOLO4
Hi, I tried to run the yolo code , but i get the error below : 'validateInputData' is used in the following examples: ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Dimension Disagree issue ?
Hi, I have the code below : % 2D Data sample1 = [ ( 75.2 - 32 ).*rand( 1, 20 ) + 32, ... ( 60 - 20 ).*rand( 1,20 ) + 20...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert Cell to array did not work ?
Hi, I have a cell array wich is 1x561 double 1x321 double 1x481 double when i try to convert it to array using the code...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Clusters lables for fuzzy c mean
Hi, I have used MATLAB code for fuzzy c mean clustering : X= data set. [centers,U] = fcm(X,3) labels = ones(size(X,1),1); ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Accuracy Calculation using confusionmat?
Kindly I have an issue with accuracy calculation, please could you help ? y_train = [ 1 1 1 4 4 3 3 5 5 5 ]; % for x_train %x_...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to delete row or column in x.mat file
Hi, I have a X.mat file, its big mat file. how can i delet the rows ( specific row ) !! for example; row : 600 to 3000 d...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Image Sharpness Calculation ?
I have an issue with Image sharpness calculation, iam trying to code the formula below , but iam getting error : The formula...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate the Gaussian Weight ?
How to calculate the Gaussian Weight in matlab for ith pixels of an image ? What is the gaussain weight ? is it the gaus...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Function IND2GRAY expected input number 2, MAP, to be a valid colormap.
Iam trying to read and convert color images to gray, The code is : [X,MAP]=imread(im); x=ind2gray(X,MAP); ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Covariance of Images data set
I have the code below: Np=40; TI = 10; % number of images per person for NTr = 1 : 9; c=1; f...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Conversion of 100 jpg images to PGM
Kindly how can we convert 100 images which are jpg to PGM format? the Matlab code for one image conversion is: I =...
alrededor de 6 años hace | 4 respuestas | 0
4
respuestasPregunta
Square of 20 random number sum up to 1
The code below generate 20random number which their sum up to 1. r = rand(1, 20); % Start with 20 random numbers. r = r / su...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Inner Matrix Dimensions Must Agree
I have a matrix of 119 x 1 and Z is 119 x 119 should multiply it by a diagonal matrix of 2 x 2: W = [0.12 0 ; 0...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Reading 100 image in a loop and save them in a Matrix
I have the code below for reading 100 images in a loop and iam getting the error which is : cd 'C:\Users\Shawin\Desktop\F...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
modify only the diagonal entries in a matrix?
How can I Multiply the diagonal of a matrix by a number, for example; by 2?
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
an issue with Matrix Index exceed Matrix
I have changed the code to: X=data; epsilon=1; MinPts=37; C=0; [IDX]=DBSCANf(X,epsilon,Min...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
issue with distance calculation ?
I have an issue with distance calculation, and I used the code bellow to calculate it: k=2; D=data; ...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Use loop for indexing
I'm trying to retriev an index from data by passing labels from 1 to 2 but the for loop is not changing? clc; ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to Calculate SSE for 20 center
I have the function bellow: function y=ObjSSE(x1) global Dim Data for i=1:size(x1,1) c=reshape(x1(i,...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Labelling dendrogram has issue
Iam trying to label a dendogram, but iam getting confused out put : rng default; % For reproducibility X1= [1 1....
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Detect a specific range of correlated variable
I have a matrix and it is 100 row by 16 column. I am trying to find the correlation coefficient of the 100 variable (row) and se...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Plot data according th k_dist chart using KNNN
I have used KNN to detect the kth items near a specific point according to the code bellow, But iam not sure how can i use KNN...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
problem with Matrix Multiplication
I have a matrix D which is 10x2, and a center Cent is 2x2 and a w diagonal matrix which is 2x2 , i have an equation: Resu...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Struct data assignment has error
am trying to calculate a distance for struct data type. The distance method is: function ssd=distances(x, c) m=s...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Class association has error
I have the code bellow: Course.m classdef Course < handle properties courseName stdent e...
casi 8 años hace | 1 respuesta | 1
1
respuestaPregunta
Array Of Object and random number generation
I have a class : classdef Cells <handle properties f; p=[]; c; end end ...
alrededor de 8 años hace | 1 respuesta | 0