![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7620206.jpg)
MUKESH VIKRAM
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
76.749
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
22.22%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
how to construct 4x2 matrix taking value 0 and 1 randomly? No rows should be repeated.
for example 4x2 matrix, the output should be [1 0;1 1;0 1; 0 0]. In this matrix no rows are repeated. I uses the code randi([0,1...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to do 9 fold cross validation of data withoutr having labels?
have different data, as shown in attached figure. the data do not have labels. It contains sensor data. Using these data I esti...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
how to normalize data by "mean & std" from all data?
i have attached the data file.Is there are any shorter method to normalise? % drill_bit: Drill bits to use load dbhole.m...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
how to sort out files by names from a .mat file and and print the number
A.mat file contains files name like- d1h1,d1h2,d1h3,d1h4,d2h1,d2h2,d3h1,d3h2,d3h4,d3h5,d3h6. i want to count the number of file...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
dbhole.mat contains 334 files. each files consists of [2xn] data. i sort these files with name starting with 'd' and fixed 'h2'. if h2 is not fixed, then what will be the code for doing this?
selectedvariables = sprintfc('d%dh2', 1:14); [~, location] = ismember(selectedvariables, fieldnames(s)); c = struct2cell...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
dbhole.mat contains 334 files and each file contains data of[2xn]. I want that how many 'h'(i.e h1,h2 etc) are in each 'd' (i.e d1,d2, etc)
for example, for d1, it has total 20h(d1h1,d1h2...d1h20). how to index out all the'h'in d1,d2...d14
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
how to plot the graph showing different data points within restricted boundary of sigma level?
i want to draw graph between y and x. Y consists of different data values and x is time. graph also include two boundary i.e (s...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
i have dbhole.mat file. This contains 1x1 with 334 fields having name starts with 'd' then 'numeric' then 'h'then 'numeric. each field contains data of [2x n], n is not same for all. i have to sort out d followed by different numeric and h2 fixed.
s = load('dbhole.mat'); selectedvariables = sprintfc('d%dh2', 1:14); [~, location] = ismember(selectedvariables, fieldnames(...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
file contains 1x14 cells. each cell consist of [1x1] cell which in turn consist of data[189x2 doubles]. i have fetch all the datas and keep it in a single cell of 1xn cell. please help me out , how to code this?
i have this attached data into 1X14 cells but after that i was unable to do. it. please help me. for i=1:14 data_ho...
más de 8 años hace | 1 respuesta | 0