Statistica
RANK
280.458
of 297.016
REPUTAZIONE
0
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
7.69%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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) ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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
oltre 11 anni fa | 1 risposta | 0
1
rispostamultiple 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...
oltre 11 anni fa | 0
Domanda
multiple file selection and processing
Hallo How I can process milti file selection? [FileName,wfolder] = uigetfile({'*.xlsx'},'MultiSelect','on'); I save results...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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 >...
oltre 11 anni fa | 1 risposta | 0