Artemio Soto Breceda
Followers: 0 Following: 0
Statistik
RANG
2.498
of 295.467
REPUTATION
24
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
2
RANG
9.202 of 20.234
REPUTATION
77
DURCHSCHNITTLICHE BEWERTUNG
4.00
BEITRÄGE
3 Dateien
DOWNLOADS
5
ALL TIME DOWNLOADS
498
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Spike Extraction Tool
Automatic drift correction and spike sorting of single electrode recordings.
etwa 5 Jahre vor | 7 Downloads |
Frage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenMatlab 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 ...
etwa 5 Jahre vor | 0
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);
etwa 5 Jahre vor | 0
| akzeptiert
Gesendet
SpikeSimulationTool
Single electrode extracellular recording simulator
etwa 5 Jahre vor | 2 Downloads |
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...
etwa 5 Jahre vor | 0
| akzeptiert
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...
etwa 5 Jahre vor
Gelöst
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 ...
etwa 5 Jahre 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 ...
etwa 5 Jahre vor
Gelöst
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...
etwa 5 Jahre 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:...
etwa 5 Jahre vor
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...
etwa 5 Jahre vor | 0
| akzeptiert
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 ...
etwa 5 Jahre vor | 1
| akzeptiert
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...
etwa 5 Jahre vor | 1
| akzeptiert
Frage
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...
mehr als 6 Jahre vor | 0 Antworten | 0