Community Profile

photo

Charles Kluepfel


Last seen: Today Active since 2022

Statistics

All
  • Thankful Level 1
  • First Submission
  • First Answer

View badges

Content Feed

View by

Question


Read in a general binary file (for example, but not exclusively a jpeg file), make a modification and write a new file out verbatim--no altered bytes.
Someone has written a Python program that I would like to translate into MATLAB: There are stereoscopic (3D) files that are jus...

8 months ago | 2 answers | 0

2

answers

Answered
Matlab no longer running scripts
I had the same problem. To fix it I closed Matlab and restarted it. But a temporary workaround is just to save the .m file and ...

9 months ago | 0

Question


Why does Matlab's divisors function take so long when working on an ordinary integer?
Matlab takes 25 seconds to find the sets of divisors for 1000 integers. The user submitted function divisor() -- no s at the end...

1 year ago | 1 answer | 0

1

answer

Submitted


factortable
Creates a table of factors, with a column showing unique factors of an integer, and a second column showing the power of each fa...

1 year ago | 1 download |

Submitted


diagUp
DiagUp works the same way as Diag except the placed elements are extracted from or go into an upward slope.

1 year ago | 0 downloads |

Answered
How to remove trailing zeros while display any floting number ?
This function will convert trailing zeros in a string or character vector, including multiple numbers: function btz=blankTrai...

1 year ago | 0