photo

Kristofer Kusano


Virginia Tech

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: automotive safety

统计学

All
MATLAB Answers

2 个提问
0 个回答

File Exchange

4 文件

Cody

0 个问题
10 个答案

排名
249,823
of 297,457

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
5,400 of 20,438

声誉
233

平均
5.00

贡献数
4 文件

下载次数
9

ALL TIME 下载次数
2033

排名
36,187
of 158,938

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

已提交


dlmread_empty
Modifies MATLAB's built-in dlmread function with support for changing empty cell value in the output

8 years 前 | 2 次下载 |

5.0 / 5

已提交


csvreader
A robust comma separated value (CSV) parsing function for MATLAB

8 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


Read Tabular Data Package
Read in http://dataprotocols.org/ standard Tabular Data Package

10 years 前 | 1 次下载 |

0.0 / 5

提问


What exactly does 'gobjects' do?
I just noticed the new <http://www.mathworks.com/help/releases/R2013a/matlab/ref/gobjects.html |gobjects|> function starting in ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Finding unique rows in a matrix and summing their weights faster
I am performing the following: % a matrix where rows are observations A = [1 2; 4 6; 1 2; ...

11 years 前 | 1 个回答 | 0

1

个回答

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

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

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

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

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

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

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

12 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

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

12 years 前

已提交


Add Percent ("%") Symbol to Axes Tick Labels
Add a percent ("%") symbol to the x, y, or both axes

12 years 前 | 4 次下载 |

0.0 / 5
Thumbnail