Gelöst


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

mehr als ein Jahr vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Frage


How can I maximize a tiled layout in a live script?
I have a live script, but there's some charts that I'd like the user to interact with using ginput. To that end, I'd like to dis...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Add Text Tile to Tiled Layout
I'm creating a tiled layout with several graphs that all relate to a single set of data. The data has say a dozen common propert...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

fast 3 Jahre vor

Frage


removing up and down spikes from a surface
I have a 2-d array of data that represents a surface. The surface was scanned with a laser, and the laser data has both upward a...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I calculate the "Median" of floating point numbers
I have three two-dimensional arrays containing floating point numbers. I would like to construct a two-dimensional array that co...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Find the number of non-empty cells in each row of a cell array
I have a cell array of tables where each row contains data for one specimen and each column of that row contains results of repe...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Build videos using every Nth image from original video
I have a high speed video of a spinning object. The camera is triggered by the object position and it takes 20 pictures for each...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Removing Short Runs from Binary Data
I have a large string of binary data of the form: A = [0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,...

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten