Kristofer Kusano
Virginia Tech
Followers: 0 Following: 0
Statistiques
RANG
192 988
of 300 780
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
5 459 of 21 086
RÉPUTATION
234
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
4 Fichiers
TÉLÉCHARGEMENTS
6
ALL TIME TÉLÉCHARGEMENTS
2041
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
dlmread_empty
Modifies MATLAB's built-in dlmread function with support for changing empty cell value in the output
plus de 9 ans il y a | 2 téléchargements |
A soumis
csvreader
A robust comma separated value (CSV) parsing function for MATLAB
plus de 9 ans il y a | 1 téléchargement |
A soumis
Read Tabular Data Package
Read in http://dataprotocols.org/ standard Tabular Data Package
plus de 11 ans il y a | 2 téléchargements |
Question
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 ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseA résolu
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
plus de 12 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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 ...
environ 13 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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 ...
environ 13 ans il y a
A résolu
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...
environ 13 ans il y a
A résolu
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:...
environ 13 ans il y a
A soumis
Add Percent ("%") Symbol to Axes Tick Labels
Add a percent ("%") symbol to the x, y, or both axes
plus de 13 ans il y a | 1 téléchargement |





