Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
22.155
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 3 respuestas | 2
3
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
'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...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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,...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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); ___...
más de 12 años hace | 0 respuestas | 0