photo

Hugh Nolan


University of Dublin

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

Followers: 0   Following: 0

消息

Professional Interests: Signal processing, biomedical analysis, statistical analysis

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

1 文件

Cody

0 个问题
10 个答案

排名
196,269
of 300,791

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
9,357 of 21,091

声誉
77

平均
5.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
679

排名
39,478
of 171,108

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Neural Network Toolbox Example Dataset Error - Index Exceeds Matrix Dimensions
Hi all, I have just solved this issue on a few of my PCs. The issue was that a file in my "m files" directory (which I sync acr...

9 years 前 | 0

已解决


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

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

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

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 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

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

13 years 前

已解决


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

13 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

13 years 前

已解决


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

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

13 years 前

已提交


Command window text
Copies all text in the command window into a cell array of strings.

14 years 前 | 1 次下载 |

5.0 / 5
Thumbnail