photo

lroszkowiak


IBIB PAN

Last seen: oltre 4 anni fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Scientist working at Nalecz Institute of Biocybernetics and Biomedical Engineering Polish Academy of Sciences. Deals with the development of the methods of analysis and visualization of the processes taking place in tissues, single cells or on the level of their population.

Statistica

All
File Exchange

1 File

Cody

0 Problemi
14 Soluzioni

RANK
N/A
of 300.364

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
15.580 of 20.934

REPUTAZIONE
10

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
56

RANK
31.830
of 168.407

CONTRIBUTI
0 Problemi
14 Soluzioni

PUNTEGGIO
150

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 1
  • First Submission
  • Scavenger Finisher
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


PATMA: Parser of archival TMA
The PATMA automatically finds and extracts cores from archival images of the TMA.

quasi 9 anni fa | 1 download |

5.0 / 5

Risolto


Narcissistic problem
How many likes has this problem?

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

circa 9 anni fa

Risolto


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

circa 9 anni fa

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


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


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


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


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


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


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


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

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

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