Community Profile

photo

Horia


Clinique Hoffmann

Last seen: plus de 2 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Combine images in matlab with transparency
# Suppose: # A=Name1.bmp; J = imread(A); I=rgb2gray(J); [sz1,sz2]=size(I); ...

plus de 9 ans il y a | 0

Question


Address blocks in sliding windows?
I'm trying to use a sliding window in nlfilter (or colfilter, or blockproc) to replace pixels, in the m-by-n block x. nlfi...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

A répondu
Operands to the || and && operators must be convertible to logical scalar values.
Try: if condition 1 do something else if condition 2 do the samething; else do something else break; ...

presque 10 ans il y a | 0

Question


Display the error containing line in .m file
Is there a method to display the error containing line in .m file, when the execution stops?

plus de 12 ans il y a | 3 réponses | 1

3

réponses

Question


Breakpoints
Is there any method to set breakpoints to all the lines of a .m file, except manually one by one?

plus de 12 ans il y a | 4 réponses | 0

4

réponses