tudor dima
Universitat de Valencia
Followers: 0 Following: 0
Professional Interests: RF system, discrete and IC design and simulation, Medical Image Analysis, Finite Difference methods for PDE
Feeds
提问
dynamic subindices <-> linear indices conversion, data crop /trim
Is there a way to dynamically crop N-dimensional data into an N-1 set? I have no knowledge of N before runtime, nor of the dime...
6 years 前 | 1 个回答 | 0
1
个回答已回答
How do I use chunks from strsplit in Matlab to save along with my data in a text file?
% try this >> prefix = regexprep(filename,'\.','\t') prefix = p01 male cond 1 loud txt
How do I use chunks from strsplit in Matlab to save along with my data in a text file?
% try this >> prefix = regexprep(filename,'\.','\t') prefix = p01 male cond 1 loud txt
9 years 前 | 0
已回答
Thresholding in Color Image
If I correctly understood your problem -- you should convert your image to HSV and then obtain your selection by thresholding t...
Thresholding in Color Image
If I correctly understood your problem -- you should convert your image to HSV and then obtain your selection by thresholding t...
11 years 前 | 0
已回答
how can i compare two images which are almost the same
You could try >> i3 = xor(i1, i2); >> imagesc(i3): % and for some relative measure >> d = sum(i3(:)) / numel(i3); ...
how can i compare two images which are almost the same
You could try >> i3 = xor(i1, i2); >> imagesc(i3): % and for some relative measure >> d = sum(i3(:)) / numel(i3); ...
11 years 前 | 0
| 已接受
已回答
2d to 3d
You might want to visualize your 2D sequence in 3D, then decide. Trapezoidal rule is the fastest to write and run. In case you...
2d to 3d
You might want to visualize your 2D sequence in 3D, then decide. Trapezoidal rule is the fastest to write and run. In case you...
12 years 前 | 0