Pawel Tokarczuk
Imperial College
Followers: 0 Following: 0
Professional Interests: Image processing
Estadística
4 Preguntas
6 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
18.123
of 295.569
REPUTACIÓN
2
CONTRIBUCIONES
4 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
114.107
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How do I modify a "drawassisted" ROI with a "wait" function ?
To answer my own question: The wait method which was missing in 2018b is present in 2020a, so I can get the behaviour I want....
más de 4 años hace | 0
Pregunta
How do I modify a "drawassisted" ROI with a "wait" function ?
I want to implement freehand and assisted manual segmentation in a GUIDE GUI using MATLAB version 2018b or 2020a. In the atta...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Imellipse ROI not resizing in MATLAB GUIDE (2017b)
I want to select a circular ROI in a set of image axes in a GUIDE GUI. The following test code works as expected: %% Clear the...
casi 5 años hace | 1 respuesta | 0
1
respuestaImellipse ROI not resizing in MATLAB GUIDE (2017b)
To answer my own question: the solution is to use MATLAB 2015aSP1 rather than 2017b. This is not the first time that problems w...
casi 5 años hace | 0
| aceptada
Pregunta
Re-using image co-registration parameters
I have some velocity-encoded MR images (magnitude and phase) which I would like to co-register. The magnitudes are clean, and al...
más de 6 años hace | 1 respuesta | 0
1
respuestaDefining a 4d double
I think what you need is something like: Velocity = zeros([NROWS, NCOLS, NTIMES], 'double'); [ X, Y ] = meshgrid(0:N...
más de 7 años hace | 0
How do I test if a matrix is unitary?
Your notation suggests that what you need is the matrix exponential: U = expm(i*H); This is not the same thing (in gener...
más de 8 años hace | 1
Strange colormap behaviour in MATLAB 2013b
Many thanks, that's clear and complete. I hadn't realized that 'jet' could take a parameter - I assumed it was a built-in funct...
más de 10 años hace | 0
Pregunta
Strange colormap behaviour in MATLAB 2013b
I want to use a colormap in a MATLAB GUI to review a large number of images from an earlier analysis. I have tested the followin...
más de 10 años hace | 2 respuestas | 0
2
respuestasI have a .jpg file of an ECG or EKG report. How can i read the plots and extract the PQRST from the graph?
You don't need to use MATLAB. Try: http://sourceforge.net/projects/digitizer/files/Engauge%20Digitizer/digitizer-5.1/ If 5...
más de 11 años hace | 0
Resuelto
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
casi 12 años hace