photo

Katsmeat


Last seen: 8 mesi fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Professional Interests: Image processing

Statistica

All
MATLAB Answers

4 Domande
0 Risposte

Cody

0 Problemi
6 Soluzioni

RANK
202.968
of 300.381

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
50.836
of 168.477

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
70

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Agony with video formats on Windows Matlab installation
Essentially, I'm trying to get mmreader to load .mov files. And doing so using mencoder to convert them into a format Matlab wi...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab licensing on a dual-boot machine
I've been running Matlab on an old Vista box for a while. I upgraded the HD to give me space to make it dual-boot and added CAE ...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Problem with mod and the value 2.3 times 100
There seems to be some kind of overflow problem with mod, which occurs on all the Matlab versions I have access to - 2007a, 2010...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Loading an image using coder
I've got a simple function that processes a sequence of about 100-300 numbered jpegs to derive a single numerical value from eac...

oltre 10 anni fa | 1 risposta | 0

1

risposta

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

quasi 12 anni fa

Risolto


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

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

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

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

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

quasi 12 anni fa