photo

Ralph Hummeling


Hummeling Engineering BV

Last seen: 3 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Engineering software development. www.hummeling.com

统计学

All
MATLAB Answers

1 个提问
1 个回答

Cody

0 个问题
10 个答案

排名
10,094
of 300,989

声誉
4

贡献数
1 个提问
1 个回答

回答接受率
0.0%

收到投票数
4

排名
 of 21,131

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
39,532
of 172,248

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


What's the Java upgrade time line?
MATLAB R2021b is shipped with Java 1.8 (also called 8). Today, we're at Java 17, so I expect it's about time to upgrade. I can'...

4 years 前 | 0 个回答 | 4

0

个回答

已解决


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

13 years 前

已解决


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

13 years 前

已解决


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

13 years 前

已解决


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

13 years 前

已解决


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

13 years 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13 years 前

已回答
Dot name reference on non-scalar structure using Video Reader class
@Townsend: I'm afraid you've stumbled upon a bug that persists since R2012a. Matlab sometimes erroneously interprets a scalar...

13 years 前 | 0

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

14 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

14 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

14 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

14 years 前