photo

Charles Kluepfel


Last seen: 25 days ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
4 Answers

File Exchange

3 Files

RANK
23,353
of 300,392

REPUTATION
2

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
19,892 of 20,934

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
3 Files

DOWNLOADS
1

ALL TIME DOWNLOADS
3

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


removeParentheses
Removes unnecessary parentheses from an algebraic expression without altering sequence of variables or constants.

2 months ago | 0 downloads |

0.0 / 5

Answered
How to remove parentheses from all single words in a string?
I've just added to the File Exchange Charles Kluepfel (2025). removeParentheses ( https://www.mathworks.com/matlabcentral/filee...

2 months ago | 1

Answered
what function for computing all subsets given an array of consecutive number?
a = [1:12]; idxs = dec2bin(0:2^length(a)-1) - '0'; for i=1:length(idxs) idx=idxs(i,:); subset=a(find(idx)); di...

1 year ago | 0

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...

2 years 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 ...

2 years 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...

3 years 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...

3 years ago | 1 download |

0.0 / 5

Submitted


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

3 years ago | 0 downloads |

0.0 / 5

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

3 years ago | 0