Python, C++, Java, PHP, MATLAB, SQL, HTML, Shell, Perl, Visual Basic
Spoken Languages:
English, German
Statistics
RANK
89,096
of 295,638
REPUTATION
0
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to verify a function with an input and output throws a warning?
I currently found the following solution that works for me, but I don't like it's elegance: function ShouldWarnTest(me, lookup_...
8 months ago | 0
Question
How to verify a function with an input and output throws a warning?
I am trying to verify the following function using unit testing: function out = system_under_test(lookup) % Set width for ...
8 months ago | 2 answers | 0
2
answersQuestion
Problems overlaying contour on image in uifigure
I am trying to mimic the following code: f1=figure; a1=gca; hi1 = imshow(repmat(reshape(uint8(normalize(dose(:), "range")* 25...
9 months ago | 1 answer | 0
1
answerSolved
An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged] For example if input x=[2 ,4 , 9 ,2 ,...
11 months ago
Solved
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
11 months ago
Question
Can uitable display nested tables?
I am trying to display nested tables in a uifigure using uitable but fail to display the table properly when it contains subtabl...
11 months ago | 1 answer | 0
1
answerpatternCustom 3D radiation plot not showing up
I think your data is not in the correct units. You probably need to convert you data, which I presume is in radians to degrees. ...
11 months ago | 0
plot(fit, 'Style', 'Contour') resolution when using larger grids?
That seems like a promising solution. Will test it in my code base later this week and report my findings.
12 months ago | 0
Question
plot(fit, 'Style', 'Contour') resolution when using larger grids?
I am trying to plot a fit as a contour plot in my application analog to the contour plot in the curvefitting toolbox but I am ru...
12 months ago | 1 answer | 0
1
answerQuestion
Propagate variables to next build task when using buildtools?
I am tryin to leverage buildtools to create a build and subsequently create an installer using: build_opts = compiler.build.Sta...
2 years ago | 1 answer | 0
1
answerQuestion
Merge rows of cell array with strings per column?
I have a cell array of 2xn with strings and I would like to merge the text of all rows on a per column base, effectively yieldin...
2 years ago | 1 answer | 0