Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
287.952
of 301.496
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
78.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.302
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.859
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
1
respuestaPregunta
Kindly Help me to resolve the error.Error using imwrite (line 541) Unable to open file "H:\VFGLE_DemoRelease\save\T2.jpg" for writing. You might not have write permission. Error in demo (line 27) imwrite(I,path);
clc; clear all close all srcFile=dir('H:\sample data\*.jpg'); for i=1:length(srcFile) filename=strcat('H:\VFGLE_DemoR...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i split image(I) intensity values 256 into 7x7 blocks upto N number blocks.? Kindly help me
Spliting image intensity values into 7x7 blocks
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find directional Map for intensity values
Please help me to findout directional quantized value of intensity value of an image like following.
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot different probability distribution of image using chi square criterion fitting? kindly hep me
The example image and plot is attached here. 1.Rayleigh distribution 2. lognormal distribution 3.Weibull distribution 4. Gam...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot different probability distribution for an image . Kindly help me.
The reference image i have attached.
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I am getting error in the following code
Code: function resize() prompt = 'What dataset u want to choose? - (enter corel10k OR corel5k OR wang) '; str = input(prompt,...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert .csv file into audio file
I have attached the sample file. Kindly help me to resolve the problem
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add multiple input image file in the program? I am having images from a1 to a10. Kindly help me to resolve this problem
clc; a1=imread('E:\matlab codes\Multifractal\a1.jpg'); figure;imshow(a1); a = imresize(a1,[256 256]); a=im2bw(a,0.4); figur...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the Statistical Properties(Mean, Standard Deviation, Skwness and Kurtosis) of image?
I = imread('C:\Users\Annalakshmi\Desktop\file\bse_gray_250.png'); offsets0 = [zeros(40,1) (1:40)']; glcms = graycomatrix(I,'Of...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
I want to translate my matlab code fortran?
theta=0:10:60; % Note: if you reduce the step size you will get a smoother plot rho=0.465; %d=25; wrong %k=0.99*(1+(1i*0.66)...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, I am trying to plot the following equation. Its showing error in mod function. Kindly clarify me how to use the mod function to get the proper output.
theta=0:10:90; rho=0.465; %d=25; wrong %k=0.99*(1+(1i*0.66)) ; k=real(0.97+0.6402i); poftheta=sqrt((k.^2)-(cos(theta).^2));...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi. . I have datas in .csv file and i want to plot spectrogram of the data. Total 6000 data samples for 6 channel data. I want to individually plot the all the datas. i have attached the sample data file for the reference. Kindlt help to resolve.
Previously i tried with some other code but i couldnt resolve it.
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to smoothen the curve for yaxis in logx axis?
y=0.2:.1:1 y = [0.92,0.9,0.75,0.47,0.32]; x = [10e-02,10e-1, 10e0, 10e1, 10e2]; ylim ([0.2 1]) loglog(x,y,'LineSmoothing','o...
más de 7 años hace | 1 respuesta | 0

