photo

M


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
226,805
of 300,571

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

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

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Convert NIFTI file to .mat file
I have a NIFTI file, all numeric data, output of another software program, and I want to convert it into .mat so I can use in my...

11 years ago | 0 answers | 0

0

answers

Question


alter image pixels intensities, gray scale image
So I was trying to make simple pixel alteration in an image by the following code CSF = IMG(147,53,24); BG = IMG(1,1,24...

11 years ago | 1 answer | 0

1

answer

Question


mipicm2dmr.m image processing tool
I have been applying ICM on my images using this code IMG = MD; ICM_IMG = im2uint8(IMG); ICM_IMG = mipicm2dmr(IMG,ICM_IM...

11 years ago | 2 answers | 0

2

answers

Question


Conversion to double from struct is not possible with bwconncomp
So have this code but it keeps giving me an error at the bwconncomp line that says, Conversion to double from struct is not pos...

12 years ago | 1 answer | 0

1

answer

Question


Binarizing a normalized image is not working properly
I have this code to binarize a normalized DTI medical image, it's not working, and I don't understand where is the problem i...

12 years ago | 1 answer | 0

1

answer

Question


How to variably name a loaded file from matrix cells
SI = ['MD' 'RA' 'FA' 'e1' 'e2' 'e3' 'SK' 'LA' 'AA' 'VR' 'DV' 'Cl' 'Cp' 'Cs']; %Scalar Indices CA = ['Otsu' 'K-means' 'EM' ...

12 years ago | 1 answer | 0

1

answer

Question


Applying changes to an image, but it's not working, no error yet!
Here's my code: File_XX = fopen('..\Data\AA.DAT'); IMG = fread(File_XX, '*float'); fclose(File_XX); IMG = reshape(IMG,25...

12 years ago | 1 answer | 0

1

answer