photo

Hugh Nolan


University of Dublin

Last seen: 3年以上 前 2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Signal processing, biomedical analysis, statistical analysis

統計

All
MATLAB Answers

0 質問
1 回答

File Exchange

1 ファイル

Cody

0 問題
10 解答

ランク
103,607
of 300,863

評判
0

コントリビューション
0 質問
1 回答

回答採用率
0.00%

獲得投票数
0

ランク
9,348 of 21,100

評判
78

平均評価
5.00

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
680

ランク
39,528
of 171,413

コントリビューション
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年弱 前 | 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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年 前

解決済み


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

約13年 前

解決済み


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年 前

送信済み


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

14年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail