photo

Hanif


Carleton University

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

10 Fragen
2 Antworten

Cody

0 Probleme
1 Lösung

RANG
8.763
of 300.343

REPUTATION
5

BEITRÄGE
10 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
111.592
of 168.172

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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 ...

mehr als 7 Jahre vor

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Trouble Using Close Function
Writing a program where the close function will not work in a uimenu. **function startup ** fig = figure; File = uimen...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Is it possible to rotate a slider 180 degrees?
function CreateSlider fig = figure; Slider = uicontrol(fig,'Style','Slider',... 'Max','100','Min','0','Val...

mehr als 12 Jahre vor | 0

Frage


Trouble with callback with uimenus
function startup File = uimenu(fig,'Label','File'); Message = uimenu(File,'Label','Message','Callback',@display); en...

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
when 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 ...

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort