Clear Filters
Clear Filters

concatenation of two histogram

1 view (last 30 days)
jenifer
jenifer on 24 Jan 2013
hi.. i want concatenate two histogram with different dimension... how can i do this.. help me with matlab codes..
  1 Comment
José-Luis
José-Luis on 24 Jan 2013
Edited: José-Luis on 24 Jan 2013
What do you mean by concatenation? What have you tried so far?
doc hist
doc histc

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 24 Jan 2013
bothhist = [histogram1(:); histogram2(:)];

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!