Feeds
提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
11 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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) ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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
11 years 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
11 years 前 | 0
提问
multiple file selection and processing
Hallo How I can process milti file selection? [FileName,wfolder] = uigetfile({'*.xlsx'},'MultiSelect','on'); I save results...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 >...
11 years 前 | 1 个回答 | 0