photo

Pieter van den Berg


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
13 个答案

排名
23,537
of 300,908

声誉
1

贡献数
2 个提问
1 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
33,516
of 171,639

贡献数
0 个问题
13 个答案

评分
140

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

已解决


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

14 years 前

已解决


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

14 years 前

已解决


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

14 years 前

已解决


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

14 years 前

已解决


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

14 years 前

已解决


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

14 years 前

已解决


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

14 years 前

已解决


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

14 years 前

已解决


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

14 years 前

已解决


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

14 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

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 前

提问


overloaded subsref and display vs. command line
Hi, when I overload subsref in a class, I can explicitly call the builtin subsref to get to the methods and properties of the...

14 years 前 | 1 个回答 | 1

1

个回答

已回答
Command window output of still running task
A hack that worked very well for me is to overload the built-in disp function with something that writes the output of the built...

14 years 前 | 0

提问


Command window output of still running task
Hello, does anyone whether there is a way to get the command window output of a task while it is still running? If not, is...

14 years 前 | 3 个回答 | 0

3

个回答