Statistics
18 Questions
0 Answers
RANK
22 152
of 297 016
REPUTATION
2
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
2
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to shrink a binary image of an irregular object?
I have a binary image of an irregular object. Any clue on how to shrink this object, for example, by 20pixel from all directions...
nästan 11 år ago | 1 answer | 0
1
answerQuestion
How to read DICOM RT Structure?
I have a DICOM RT STRUCTURE file (attached) with 1 structure set. I tried dicomread(filename) but it returned an empty array. Ar...
nästan 11 år ago | 3 answers | 2
3
answersQuestion
How to create matrix with array under certain conditions?
I have an array: A=[1.3 1.2 1.3] How can I get matrix B using A? B=[1.3 1.3 1.3; 1.3 1.2 1.3; 1.3 1.3 1.3] Mat...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How to create 2D plane from Inplane, Crossplane, and Diagonal profiles
I need to create 'A', a 2D plane. size(A)=[512 512] I have the following: InplaneA is a column of data, that should occupy...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How to apply filter to smooth data?
size(A)=[512 1]. What is the function to smooth 'A' with either moving average or least square method?
nästan 12 år ago | 2 answers | 0
2
answersQuestion
How do I combine matrices in a specific order?
for j=1:5 k=num2str(j); extension='.asc'; filename=strcat('Image',k,extension) [Profiles]=readProfiles(filename...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
'Interp1 error. Value X should be distinct.'
I have matrix A below. When I try using interp1, I get this error: ??? Error using ==> interp1 at 259. The values of X should b...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How to populate 2D array from 2 vectors perpendicular to each other?
I have 2 files. Each file contains 4 columns. Column 1, 2 and 3 define the location of a point in x, y, and z-axis respectively,...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How to use Imresize without changing physical size?
'A' is a 300X300 matrix with the central 200X200 pixels occupied by a value of 15 (surrounded by remaining pixels value of 0). I...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
Error in 'find' function when value is out of range. How to get around?
I have eight thicknesses, Th=0,5,10,15,20,25,30,35,40. For each of the Th, I have matrix, ratioAB. Then, I have Z that is a 2...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
How to ignore values in a matrix that is out of bound when performing column 'find' in an array?
Z is a 1024X1024 matrix containing negative value in some pixels. For each pixel in Z, I need to find the column from an arr...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
How to set plot axes?
figure (1) plot(A(512,:)) hold on plot(B(512,:),'r') How do I specify the axes scale for plots? E.g. Y axes from...
mer än 12 år ago | 4 answers | 0
4
answersQuestion
Error in Interp1 function when searching for a corresponding matrix
I have eight 1024X1024 matrices corresponding to 8 thicknesses (0,5,10,15,20,25,30,35cm). My code below aims to retrieve a corre...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
How to look up corresponding 2D matrix from a table of 8 columns?
I have 8 columns corresponding to thickness 0,5,10,15,20,25,30,35cm. Each column/thickness consist of one 2D matrix. Col...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
How to return answer in 8 columns of 2D matrices through division
I need to create 8 columns of matrices based on division of 2 separate sets of matrices. My code below: PhysicalThickne...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
How to change pixel size?
How do I specify pixel size in Matlab? Can I specify the calibration factor directly in the code? I would like to change the ini...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
How to increase number of rows and cols without changing the image size?
Is there a function to increase the number of rows and cols without changing the image size? Example: I have an image that i...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
Beginner's Question: What is wrong with this function?
I am a beginner. Can someone tell me why the function won't work when I run: [output]=XIOdicomread2('XIOM01.txt',110); ___...
mer än 12 år ago | 0 answers | 0