photo

Daniel Hediger


Speedgoat GmbH

自 2019 起处于活动状态

Followers: 0   Following: 0

Hey fellow MATLAB enthusiasts! I'm just a programmer who enjoys long walks to the keyboard and cozy coding sessions by the fireplace. In my free time, you can find me obsessing over the latest MATLAB updates, debugging my code until my eyes cross, and trying to convince my cat to help me with my projects (he's not very helpful). Let's MATLAB our way through life together

Programming Languages:
Javascript
Spoken Languages:
English

统计学

All
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
7 个答案

排名
5,576
of 297,457

声誉
8

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
42,828
of 158,938

贡献数
0 个问题
7 个答案

评分
84

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • Solver
  • First Review
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已解决


Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...

1 year 前

已解决


Find the Final State of an Abelian Sandpile
Let us define an <http://nautil.us/issue/23/dominoes/the-amazing-autotuning-sandpile Abelian sand pile> as a matrix that is only...

1 year 前

已解决


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

1 year 前

已解决


Create a function handle that reverses the input arguments of another function handle
Given a function that takes two input arguments and returns one output, create another function handle that performs the same op...

1 year 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

1 year 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

2 years 前