Statistics
RANK
1 732
of 273 471
REPUTATION
29
CONTRIBUTIONS
6 Questions
12 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
13
RANK
866 of 18 459
REPUTATION
2 036
AVERAGE RATING
5.00
CONTRIBUTIONS
6 Files
DOWNLOADS
44
ALL TIME DOWNLOADS
17997
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Simulation Data Inspector - hide box around selected plot
At least since R2022b the blue box vanished from SDI snapshots, which is great. Screenshot of the SDI window: SDI snapshot o...
ungefär 2 månader ago | 0
Submitted
CATALIGN
cat / concatenate and align (left-, right-justify or center) numbers / text / ... in any dimension with padding
4 månader ago | 4 downloads |

How to sum a single column of a cell whose content are vectors
Using cellfun is fine, but use it with the sum function. data = cell(20,2); for i=1:20 data{i,1} = i; data{i,2} = ra...
4 månader ago | 0
| accepted
Question
Access contributor message threads on MATLAB Central
Today I received an e-mail notification about a message that was sent to me by another contributor via MATLAB Central. There's a...
5 månader ago | 3 answers | 0
3
answersyline color in rgb
Hi, the LineSpec argument is limited to some specific line style characters plus color short name characters listed in the docu...
7 månader ago | 0
yyaxis: how to get matching ticks on left/right y-axis?
More than I like (major) grid lines in plots I hate grid lines that miss ticks on an axis or that connect to ticks at bad values...
8 månader ago | 1
I have to solve for a maximization problemwith greek letters and simplify the expression but I don't know how to proceed
To simplify expressions you need the Symbolic Math Toolbox in Matlab https://de.mathworks.com/help/symbolic/simplify-symbolic-e...
10 månader ago | 0
Submitted
yyaxis tools
yyzoom, yytick, yyaxtoolbar – enhanced zooming, ticks, and interactive exploration of yyaxis charts
10 månader ago | 8 downloads |

How do I make both yyaxis axes zoom together?
I have uploaded a solution (yyzoom) to the File Exchange, https://www.mathworks.com/matlabcentral/fileexchange/102945-yyaxis-to...
ungefär ett år ago | 0
Question
Can we disable/reduce Editor font smoothing (R2021b)?
Is there a way to disable or reduce font smoothing / antialiasing in the Matlab Editor? I know there are somewhat related quest...
mer än ett år ago | 1 answer | 1
1
answerSubmitted
txt2mat
fast and versatile ascii data import capable of handling large text files
mer än ett år ago | 25 downloads |
Submitted
makergb
multidimensional numeric RGB color array from mixed inputs
mer än ett år ago | 5 downloads |

Reading mixed format data containing both text and numbers from a '.txt' file in matlab
Less textbook, but as you are only interested in the numeric data rows, you may use txt2mat from the file exchange, https://www...
mer än ett år ago | 1
Preventing Matlab/Simulink to Generate a Huge Temporary File
I have written some shortcut code to view and clear the SDI repository files and added it as a favourite command to my Quick Acc...
mer än ett år ago | 1
Construct a 'Bubble Plot' from a matrix
Hi, bubblechart https://de.mathworks.com/help/matlab/ref/bubblechart.html should help you with that.
mer än ett år ago | 0
What frustrates you about MATLAB? #2
The year is 2020, and although Matlab may do a good job with autoparallelization, I find it frustrating that parfor, parsim etc....
mer än 2 år ago | 4
Solved
Return elements unique to either input
Given two numeric inputs a and b, return a row vector that contains the numbers found in only a or only b, but not both. For ex...
mer än 2 år ago
Access subset of elements in a cell
When typing C{2,:}(:,2:4) you are probably getting the error message "Expected one output from a curly brace or dot indexing ...
mer än 2 år ago | 0
| accepted
Question
Simulation Data Inspector - set axes limits programmatically
I like to use the Simulation Data Inspector in Simulink to display simulation results. Is there a way to set the plot axes limit...
ungefär 3 år ago | 2 answers | 0
2
answersQuestion
Simulation Data Inspector - hide box around selected plot
I like to use the Simulation Data Inspector in Simulink to display simulation results. When I take a snapshot of the entire plot...
ungefär 3 år ago | 2 answers | 1
2
answersSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mer än 6 år ago
MATLAB array size limit error - why?
Thanks for your answer ( <http://de.mathworks.com/matlabcentral/answers/249344#answer_196434 Link>), Walter. The error first occ...
mer än 7 år ago | 1
Question
MATLAB array size limit error - why?
I am receiving an unexpected error because of an array allegedly exceeding the maximum array size limit with a non-double type v...
mer än 7 år ago | 2 answers | 3
2
answersQuestion
How to suppress the editor's automatic code analysis checking the filename?
Hi everyone, the Matlab R2013b editor's automatic code analysis now displays an error (red sign) at the end of the file if th...
mer än 9 år ago | 1 answer | 0
1
answerSubmitted
index or subscript in datatip
displays linear index (for vectors) or subscript (for arrays) of plotted data within the datatip
mer än 12 år ago | 1 download |
