Hanif
Carleton University
Followers: 0 Following: 0
Learning how to use Matlab own my own by improving a current section in a software used in Medicine
Professional Interests: BioMedical Engineering, Medicine, Imaging
Estadística
10 Preguntas
2 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
8.438
of 295.467
REPUTACIÓN
5
CONTRIBUCIONES
10 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
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
114.434
of 153.912
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
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 6 años hace
Pregunta
Error using MALTAB sendmail with GMAIL
I am trying to use MATLABs send mail functionality to send an email to let me know my calculations are complete (Alternatives to...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Removal of Embedded information of Image
I have images in dicom format, I know about the dicominfo function matlab has to read Metadata in the image. I was wondering if ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Transparency Using Plot Problems with Alphadata
Basically what I want to do is plot data on one plot, and plot another set of data on a second plot. I want to place both images...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Summation of Array help!
I have an array and I'd like to sum up very specific data. Background info, the array is an image and I would like to display an...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a timer without pause
**How do I create a timer in one function and have a callback in another function** ie: function createtimer t = time...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Trouble Using Close Function
Writing a program where the close function will not work in a uimenu. **function startup ** fig = figure; File = uimen...
más de 11 años hace | 0 respuestas | 0
0
respuestasIs it possible to rotate a slider 180 degrees?
function CreateSlider fig = figure; Slider = uicontrol(fig,'Style','Slider',... 'Max','100','Min','0','Val...
más de 11 años hace | 0
Pregunta
Trouble with callback with uimenus
function startup File = uimenu(fig,'Label','File'); Message = uimenu(File,'Label','Message','Callback',@display); en...
más de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
Problems with Nested functions
having lots of trouble with my program, alot of them would be solved if I could use nested functions, however my program will no...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Callback issue with uiMenu
Having some issues with callback using uimenu, when a certain option is selected I want it to change the color map of the whole ...
más de 11 años hace | 1 respuesta | 0
1
respuestawhen i run the below code i get an error picture1 does not exist..where should i save the image to get the results
The file must be save in the matlab folder in order for you to call it just like that. If it is saved in My Documents in the My ...
más de 11 años hace | 0
| aceptada
Pregunta
How to create a callback from a function which changes a value in another function?
Doing some Image processing, I have a slider on my figure which will change my Field of View or zoom of the images. Function...
más de 11 años hace | 1 respuesta | 0