photo

Austin Fite


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
2 个回答

File Exchange

4 文件

Cody

0 个问题
11 个答案

排名
22,007
of 300,302

声誉
2

贡献数
0 个提问
2 个回答

回答接受率
0.00%

收到投票数
1

排名
14,140 of 20,911

声誉
18

平均
0.00

贡献数
4 文件

下载次数
8

ALL TIME 下载次数
161

排名
35,873
of 168,040

贡献数
0 个问题
11 个答案

评分
121

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已提交


fast primitive shapes
Vectorized plotting for 2d shape primitives (lines, rectangles, ellipses, etc)

1 month 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


fsfind
Fast filesystem search with regex at every depth level

6 months 前 | 2 次下载 |

0.0 / 5
Thumbnail

已回答
Fastest recursive search for files
This is an old thread at this point but I have a file exchange utility "fsfind" that is purpose-built for this application. The...

6 months 前 | 1

已回答
Fastest way to search files by pattern name
This is an old thread at this point but I have a file exchange utility "fsfind" that is purpose-built for this application. fil...

6 months 前 | 0

已提交


readlog
Rapidly parse information out of large log files (or any text file)

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


findinterval
Find the interval that bounds some measurement(s)

3 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

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

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

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

9 years 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

9 years 前

已解决


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

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

9 years 前

已解决


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

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

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

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

9 years 前