photo

Asl


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


column wise reshaping of the 3rd dimension?
I have a 3d matrix A A(:,:,1) = 1 2 ; 3 4 A(:,:,2) = 100 200 ; 300 400 A(:,:,3) = 1000...

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

1

respuesta

Pregunta


pick up the regular grid out of scattered data
I have a (2,1) matric which is (x,y) coordinates of a scattered data (a mixture of a regular grid and an irregular grid). The re...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fitting a vector to another
I have two vectors x1 and x2 (2 data sets) of two sensors measuring the same value (redundancy measurement). Correlation is almo...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


extruct non zeros values and put into a short matrics
A = 0 0 0 0 5 0 0 8 0 0 0 0 8 0 0 0 5 0 0 0 8 0 0 0 0 9 0 0 0 5 0 0 0 7 0 0 0 0 8 0 0 0 0 5 0 0 0 8 0 0 0 9 0 0 ...

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

1

respuesta

Pregunta


nested for loops and saving data with reduced dimensions
I want to get a resultant matrice with reduced columns: I am using 3 for loops and ine if command. but not getting third loop ...

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

0

respuestas

Pregunta


display values in the title of a figure
title({'Mean', mean(mean(aa(:,:)))}) display the word "Mean" and value mean(mean(aa(:,:))) in 2 different rows on the ...

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

1

respuesta

Pregunta


assign a veriable to the numbers from a a txt file
I want to read a txt file containing some mumbers only, and assign a the numbers "A" a variable in workspace how can I assi...

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

1

respuesta

Pregunta


boxplot on third dimension of the matrix
A= rand(2,3,10) boxplot(A,3); does not work how I can generate a bocplot on third dimensions = 6 box plots...

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

1

respuesta

Pregunta


save results after 3d matrix neighbourhood operation
how can save a series of low resolution images after operation 10x10 pixels as a single pixel (eg, mean of 10x10 pixels) ...

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

1

respuesta

Pregunta


control the size of the display
How can a control the size of the plots displayed by plot command. At the moment I use the mnouse to enlarge the figures. Thank...

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

1

respuesta

Pregunta


means of the 3rd dimension of a matrix
AA = rand(3) I want a 2d matrix BB containing means of 3rd dimension of matrix A How I can do this smartly? Thanks

casi 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
multiple file selection and processing
results are abc which i save in the form of txt file. now if I select multiple files. i want the results "abc" to be saved...

casi 11 años hace | 0

Pregunta


multiple file selection and processing
Hallo How I can process milti file selection? [FileName,wfolder] = uigetfile({'*.xlsx'},'MultiSelect','on'); I save results...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


generating a variable name using a file name selected
Hallo, I select a file >>>> ABC.xls [FileName,wfolder] = uigetfile({'*.xlsx'}); FileName returns the name of the file >...

casi 11 años hace | 1 respuesta | 0

1

respuesta