dxwdxw2005 / gerardus

Automatically exported from code.google.com/p/gerardus
0 stars 0 forks source link

Small correction help header and function name in DT_to_image.m #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) Whitespaces missing, function name in help header must be equal to actual 
function name, and end with full stop: 

"%DT_TO_IMAGE Inverses the transform in fit_DT"

to

"% DT_to_image  Inverses the transform in fit_DT."

https://code.google.com/p/gerardus/source/browse/trunk/matlab/CardiacToolbox/DT_
to_image.m#2

2) Isn't it "Inverts" instead of "Inverses"?

3) Matlab tends to call this kind of function "dt2image.m" instead of 
"DT_to_image.m" (e.g. ind2sub, sph2cart, etc.). And generally, we want lower 
case for the beginning of function names.

Original issue reported on code.google.com by rcas...@gmail.com on 29 Oct 2014 at 12:48

GoogleCodeExporter commented 8 years ago
* Same problem 1) in fit_DT

https://code.google.com/p/gerardus/source/browse/trunk/matlab/CardiacToolbox/fit
_DT.m

Original comment by rcas...@gmail.com on 29 Oct 2014 at 12:53

GoogleCodeExporter commented 8 years ago

Original comment by Darryl.M...@gmail.com on 30 Oct 2014 at 4:00