photo

Jonathan


自 2022 起处于活动状态

Followers: 0   Following: 0

消息

.

Programming Languages:
Python, C++, Java, PHP, MATLAB, SQL, HTML, Shell, Perl, Visual Basic
Spoken Languages:
English, German

统计学

All
MATLAB Answers

6 个提问
3 个回答

Cody

0 个问题
2 个答案

排名
148,658
of 299,806

声誉
0

贡献数
6 个提问
3 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,809

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
90,281
of 166,074

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer
  • Thankful Level 2

查看徽章

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

1 year 前 | 0

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

已解决


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

1 year 前

已解决


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

1 year 前

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

已回答
patternCustom 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. ...

1 year 前 | 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.

1 year 前 | 0

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答