photo

morrijos


Colorado School of Public Health

Last seen: quasi 5 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

2 Domande
1 Risposta

Cody

0 Problemi
11 Soluzioni

RANK
14.854
of 300.364

REPUTAZIONE
3

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
3

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
36.547
of 168.407

CONTRIBUTI
0 Problemi
11 Soluzioni

PUNTEGGIO
120

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

circa 9 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

circa 9 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

circa 9 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 9 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 9 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 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 9 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 9 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 9 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 9 anni fa

Risposto
Calibration of Three or More Cameras
Thanks! A bit of searching reveals that there are some user-submitted packages for this too. I'll check them out... https...

quasi 10 anni fa | 0

Domanda


Calibration of Three or More Cameras
Hi all. Has anybody here successfully used MATLAB to calibrate three or more stereo cameras? The Stereo Calibration App, and i...

quasi 10 anni fa | 2 risposte | 2

2

risposte

Domanda


Synchronized IEEE 1394/Firewire Camera Triggering Using Simulink/Image Acquisition Toolbox
Hello all. I’m planning a stereo vision set-up using two IEEE 1394/FireWire interfaced cameras, much like the Point Grey Firefl...

oltre 10 anni fa | 0 risposte | 1

0

risposte