Community Profile

photo

SteveH


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


hist & histogram which toolbox
Mathworks.com states 'hist is not recommended. Use histogram instead.' However when I use example given I get the error below. I...

8 years ago | 1 answer | 0

1

answer

Question


Writing array to AVI using writeVideo
I have double array I convert using I8bit = uint8(I); Here is snippet of my code that works: vidProfile = 'Gra...

8 years ago | 0 answers | 0

0

answers

Question


min function why do results change for numbers with decimal values?
*ex1*: X=[1:11]; Y=double( 1.0*X); diffY = diff(Y); [diffY_min,diffY_index] = min (diffY);...

8 years ago | 2 answers | 0

2

answers

Question


why does size() not work in function but does in workspace
I have a the same 4x2 cell array (fileList), in workspace, size() gives me the results I expect, but in a function results are w...

8 years ago | 2 answers | 0

2

answers

Question


This snippit works in base program, but not in a function.
Have tried strjoin and several other commads with no success. Help? opathName=[opath,'\',iname, num2str(a),'.tif']; ...

8 years ago | 0 answers | 0

0

answers