gnovice

10,295
Reputation
2998 views

Registered User

Name gnovice
Member for 10 months
Seen 6 hours ago
Website
Location Cincinnati, OH
Age 32
A computational-neuroelectrophysiologist-by-training turned functional imaging researcher who loves to use MATLAB at work as well as for my hobby (designing video games). I've used MATLAB and C for over 12 years, and I'm also familiar with MPI, C++, IDL, and smatterings of Java.


Feel free to contact me here: gnovicegames@gmail.com
6h
comment Is this type of continuous pair programming good?
Pair programming questions have been asked before, like here for instance: stackoverflow.com/questions/291630/…
18h
accepted Function pointers in MATLAB
20h
comment push a MATLAB workspace onto a stack
+1: Now that's an interesting idea!
1d
accepted Executing callback function from another function file in Matlab
1d
comment Using flag to identify spoken language
This sounds more like a design issue than a programming issue.
1d
revised push a MATLAB workspace onto a stack
added 52 characters in body
1d
answered push a MATLAB workspace onto a stack
1d
awarded  Nice Answer
1d
comment What is better: set up underestimated or overestimated deadlines?
Is that first parenthesis in the right place?
1d
comment Function pointers in MATLAB
@Andrew: Good point... option added. ;)
1d
revised Function pointers in MATLAB
Added Andrew's option.
1d
revised Function pointers in MATLAB
Added links.
1d
revised Function pointers in MATLAB
Added note about str2func.
1d
answered Function pointers in MATLAB
1d
revised Executing callback function from another function file in Matlab
Added more detail.
1d
revised Executing callback function from another function file in Matlab
Added links.
1d
answered Executing callback function from another function file in Matlab
2d
comment How would I randomly pick one point from N points in MATLAB?
@Mikhail: You're right, it would be nice if they put that in the online help for each function. As it stands now, you have to check these release pages to figure it out: mathworks.com/access/helpdesk/…
2d
revised How would I randomly pick one point from N points in MATLAB?
Added another option.
2d
comment How would I randomly pick one point from N points in MATLAB?
This would be fine for randomly generated points, but I think that was just an example the OP used to illustrate the problem.
2d
revised How would I randomly pick one point from N points in MATLAB?
Added comments.
2d
revised How would I randomly pick one point from N points in MATLAB?
Revised text and title.
2d
comment How would I randomly pick one point from N points in MATLAB?
This solution isn't correct. It can generate the value 0 (which can't be used as an index) and will rarely (if ever) produce the value N.
2d
answered How would I randomly pick one point from N points in MATLAB?
Nov
29
comment Why does C have a distinction between -> and . ?
Who said I get confused about pointers?... Oh wait... ;)
Nov
28
comment Learning Dot Net
Many duplicates: stackoverflow.com/questions/1784824/…, stackoverflow.com/questions/257625/…, stackoverflow.com/questions/52926/…, etc...
Nov
28
comment Book Recommendations for Christmas
How about not asking any more questions about books on SO? There are over 1000 questions tagged books. Look there first.
Nov
27
revised Code Golf: Ulam Spiral
Fixed small typo.
Nov
27
comment Code Golf: Ulam Spiral
@bcat: Yeah, especially since it's usually J or Perl that seems to win these. ;)
Nov
27
revised Code Golf: Ulam Spiral
Trimmed a few more characters off.
Nov
27
answered How to read till end of file in MATLAB?
Nov
27
revised How to plot a 3D plot in MATLAB?
Whole new answer.
Nov
27
comment How to plot a 3D plot in MATLAB?
@Amro: You and me both! ;)
Nov
27
comment How to plot a 3D plot in MATLAB?
I think I'll need to know a little more about what your data specifically is and how it's generated to answer that.
Nov
27
comment How to plot a 3D plot in MATLAB?
Some clarification: What do these variables represent? Are you measuring the position of something (with an error estimate) at different times? Or can x, y, and t be represented by a function of 2 variables, like y = f(x,t)?
Nov
27
comment How to plot a 3D plot in MATLAB?
peaks is a built-in MATLAB function that is often used as a sample function of 2 variables in MATLAB demos.
Nov
27
answered How to plot a 3D plot in MATLAB?
Nov
27
comment What are your favourite/”Must have” Utility/Helper Classes for developers in the DotNet Platform?
Way too broad and subjective.
Nov
27
revised Trace an arrow toward a specific angle
Added image and modified code.
Nov
27
comment Code Golf: Ulam Spiral
@LiraNuna: The first version was a full program, but I updated it to a new version anyway.
Nov
27
revised Code Golf: Ulam Spiral
newer version
Nov
27
accepted Android: Accelerometer false detection
Nov
27
comment Code Golf: Ulam Spiral
It's a function, so you would call it with u(3), u(5), etc.
Nov
27
answered Code Golf: Ulam Spiral
Nov
26
answered Trace an arrow toward a specific angle
Nov
25
comment How do you up your stackoverflow reputation points in a realistic manner
This belongs on meta.stackoverflow.com.
Nov
25
revised Compiled MATLAB: Why does my application hang at the end?
Fixed typos and refined title and text.
Nov
25
revised How do I sample a matrix in MATLAB?
Fixed small typos.
Nov
25
revised How do I make a “^” character in MATLAB?
Fixed typos and refined title and text.
Nov
25
revised How should I perform this binning and averaging in MATLAB?
Fixed typos and refined the text.