Community Profile

photo

Vladimir Bondarenko


Last seen: 2 years ago Active since 2018

Statistics

All
  • First Review
  • Solver
  • First Answer

View badges

Content Feed

View by

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

4 years ago

Question


What is this algorithm for computation of the convolution integral in continuous wavelet transform?
Looking into demo of continous wavelet transform by waveletAnalyzer (Wavelet toolbox) I came across an unknown numerical method ...

4 years ago | 0 answers | 0

0

answers

Answered
[DEPRECATED] What frustrates you about MATLAB?
Still, no syntax highlighting for the reserved words false and true: isBool = true; wouldMatlabTellYou = false;

5 years ago | 1

Answered
[DEPRECATED] What frustrates you about MATLAB?
With each new release, the Help browser becomes slower and slower. In 2019a, it takes jaw-dropping 30 secs to open the Contents...

5 years ago | 1

Question


Is there a way to unload a module (a shared library) from a MATLAB session?
Say, my mex function depends on a shared library. That library is loaded into MATLAB's work space together with the mex code. Th...

5 years ago | 1 answer | 0

1

answer