![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6308084_1572590371952.jpg)
Artemio Soto Breceda
Followers: 0 Following: 0
Statistiques
RANG
2 521
of 297 016
RÉPUTATION
24
CONTRIBUTIONS
2 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
2
RANG
9 228 of 20 419
RÉPUTATION
77
CLASSEMENT MOYEN
4.00
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
4
ALL TIME TÉLÉCHARGEMENTS
505
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Spike Extraction Tool
Automatic drift correction and spike sorting of single electrode recordings.
plus de 5 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f2607247-aa86-489e-986b-3243d8405be3/e366f535-f292-49da-930e-a5f168127a77/images/screenshot.png)
Question
File Exchange - two authors
I would like my collaborator to be able to modify my File Exchange submission, i.e. to be able to update the code, make comments...
plus de 5 ans il y a | 1 réponse | 0
0
réponseMatlab Plotting Question: No graphs
Your problem is that x1 is a single value, rather than an array. It is actually plotting something, but it is just 1 single dot ...
plus de 5 ans il y a | 0
A soumis
Spike Extraction Tool (Standalone)
Spike Extraction Tool
plus de 5 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/79bb147c-81d2-4852-8969-e11cd45952b6/abf670a7-ebf5-46ea-b4e7-df41639f4e57/images/screenshot.png)
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);
plus de 5 ans il y a | 0
| A accepté
A soumis
SpikeSimulationTool
Single electrode extracellular recording simulator
plus de 5 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4bdce114-4532-42eb-b407-8ebe86a47769/c7e613b8-65ca-45e2-8053-664b39019ed8/images/screenshot.png)
Calculating the average every three months
You have two options, to convert your table into an array with: data_array = data{:,:}; or to use the same expression, but wit...
plus de 5 ans il y a | 0
| A accepté
A résolu
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...
plus de 5 ans il y a
A résolu
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
plus de 5 ans il y a
A résolu
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 ...
plus de 5 ans il y a
A résolu
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...
plus de 5 ans il y a
A résolu
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:...
plus de 5 ans il y a
Error with inverse of a matrix
There is nothing wrong with that code, but it looks like prior to it, you are assigning a value to inv. I.e. you create a variab...
plus de 5 ans il y a | 0
| A accepté
Change yticks using a stacked plot
You should use the stackedplot with an output argument: handle = stackedplot(rand(5)); % Plot 5 random vectors with 5 elements ...
plus de 5 ans il y a | 1
| A accepté
How can I use a vector inside an @fun?
I might not be understanding your question properly, but it looks like your code works just fine. Here is an example: a = linsp...
plus de 5 ans il y a | 1
| A accepté
Question
Bug on XFCE and arch linux
When I open figures or aditional windows (besides the main matlab window), I can't click on the menus of the other windows, beca...
presque 7 ans il y a | 1 réponse | 0