Bob Hamans
Followers: 0 Following: 0
Professional Interests: Magnetic resonance imaging and spectroscopy
Statistics
RANK
2,971
of 295,569
REPUTATION
20
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
5
RANK
2,416 of 20,247
REPUTATION
711
AVERAGE RATING
4.80
CONTRIBUTIONS
4 Files
DOWNLOADS
10
ALL TIME DOWNLOADS
6499
RANK
of 154,105
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
get variables from one file to mainfunction in gui
Just pass the variables between your function as an argument if you do not need intermediate action/calculation. outvarfu...
13 years ago | 0
Read files in zip file without unzipping
Hi Etienne. I don't know if I understand your question but you just want to list the zip file contents without unzipping? The fo...
13 years ago | 4
Building an array of values from multiple .txt files
Hi Earle, something like this should work: C_abxyz = {}; % Initialize variable for i = 1:length(files) % Loop file...
13 years ago | 1
on error
You could attempt to open the connection and if that fails execute a different piece of code. See the documentation: try ...
13 years ago | 0
| accepted
Question
100% CPU when connecting via RDP to remote machine running Matlab (Windows XP)
I sometimes like to login to my work PC from my home to continue working and test things still in my head. I find that if I conn...
13 years ago | 0 answers | 0
0
answersSCOUT/LOCALIZER LINES ON DICOM IMAGES
I think I do understand what you are trying to achieve and can even see the point in why you would want to do that. :-) First ha...
13 years ago | 0
| accepted
Importing | delimited data from Excel .xls and "Text to Columns"
Have a look at the *importdata* function: filename='myfile.xls'; A = importdata(filename,'|');
13 years ago | 0
Submitted
dicomrename
Renames DICOM-files based on the value of fields in the file header. Compatible with Siemens MR IMA
16 years ago | 2 downloads |
Submitted
regexpdir
Returns a directory listing based on a regular expression
16 years ago | 3 downloads |
Submitted
wildcardsearch
Searches the file system for files or folders matching a wildcard pattern
17 years ago | 1 download |