photo

Kristofer Kusano


Virginia Tech

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: automotive safety

Statistica

All
MATLAB Answers

2 Domande
0 Risposte

File Exchange

4 File

Cody

0 Problemi
10 Soluzioni

RANK
142.922
of 300.364

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
5.446 of 20.934

REPUTAZIONE
233

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
4 File

DOWNLOAD
5

ALL TIME DOWNLOAD
2039

RANK
38.529
of 168.373

CONTRIBUTI
0 Problemi
10 Soluzioni

PUNTEGGIO
110

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Inviato


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

circa 9 anni fa | 1 download |

5.0 / 5

Inviato


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

circa 9 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


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

circa 11 anni fa | 2 download |

0.0 / 5

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risolto


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

oltre 12 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Risolto


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

circa 13 anni fa

Inviato


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

circa 13 anni fa | 1 download |

0.0 / 5
Thumbnail