Community Profile

photo

Artemio Soto Breceda


Last seen: 3일 전 2018년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 2
  • Knowledgeable Level 2
  • Solver
  • First Answer
  • First Submission

배지 보기

Feeds

보기 기준

제출됨


Spike Extraction Tool
Automatic drift correction and spike sorting of single electrode recordings.

4년 초과 전 | 다운로드 수: 3 |

Thumbnail

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Matlab 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 ...

4년 초과 전 | 0

제출됨


Spike Extraction Tool (Standalone)
Spike Extraction Tool

4년 초과 전 | 다운로드 수: 4 |

Thumbnail

답변 있음
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);

4년 초과 전 | 0

| 수락됨

제출됨


SpikeSimulationTool
Single electrode extracellular recording simulator

4년 초과 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
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...

4년 초과 전 | 0

| 수락됨

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

답변 있음
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...

4년 초과 전 | 0

| 수락됨

답변 있음
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 ...

4년 초과 전 | 1

| 수락됨

답변 있음
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...

4년 초과 전 | 1

| 수락됨

질문


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

대략 6년 전 | 답변 수: 0 | 0

0

답변