![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8627801_1522127993039_DEF.jpg)
Raha Dastgheyb
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
91.459
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
8.525 of 20.422
REPUTACIÓN
94
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
11
ALL TIME DESCARGAS
765
CLASIFICACIÓN
31.006
of 157.725
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
140
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
MEAnalyzer
Anakyze spike trains exported from multi-electrode arrays
alrededor de 2 años hace | 10 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cefdf3f2-a3ab-4884-b971-37248f957ce0/6cac4bdd-797e-4e44-b5c4-a485e9a15088/images/screenshot.png)
Resuelto
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...
casi 7 años hace
Resuelto
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
casi 7 años hace
Resuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
casi 7 años hace
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
casi 7 años hace
Resuelto
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 ...
casi 7 años hace
Resuelto
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...
casi 7 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 7 años hace
Enviada
MeltApp
GUI to import, melt, and export an excel file
alrededor de 7 años hace | 1 descarga |
Resuelto
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...
alrededor de 7 años hace
Resuelto
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. Examp...
alrededor de 7 años hace
Resuelto
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...
alrededor de 7 años hace
Resuelto
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 ...
alrededor de 7 años hace
Resuelto
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:...
alrededor de 7 años hace
Pregunta
How can I display a Graph Plot in App designer?
UIAxes can only display numeric plots, but I need to plot a graph with properties including Edges, Nodes, and X and Y location d...
casi 8 años hace | 1 respuesta | 0