Community Profile

photo

Artemio Soto Breceda


Last seen: 2 months ago|Active since 2018

Statistics

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

查看徽章

Content Feed

查看

Submitted


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

2年前|5 downloads |

Thumbnail

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

2年前|0 answers | 0

0

answers

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

2年前|0

Submitted


Spike Extraction Tool (Standalone)
Spike Extraction Tool

2年前|6个下载|

Thumbnail

Answered
行与列中的值
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);

2年前|0

|公认

Submitted


SpikeSimulationTool
Single electrode extracellular recording simulator

2年前|4个下载|

Thumbnail

Answered
每三个月计算一次平均
You have two options, to convert your table into an array with: data_array = data{:,:}; or to use the same expression, but wit...

2年前|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...

2 years ago

解决了


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

2 years ago

解决了


Find the sum of all the numbers of the input vector
找到输入向量X的所有数字的总和。示例:输入x = [1 2 3 5]输出y是11输入x ...

2 years ago

解决了


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

2 years ago

解决了


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

2 years ago

Answered
Error with inverse of a matrix
该代码没有错,但是在此之前,您正在为Inv分配一个值。IE。您创建一个变量...

2年前|0

|公认

Answered
使用堆叠的情节更改yticks
您应该使用带有输出参数的堆栈Plot:handle = stackedPlot(rand(5));%绘图5随机向量具有5个元素...

2年前|1

|公认

Answered
如何在@fun内使用向量?
我可能无法正确理解您的问题,但是看起来您的代码工作正常。这是一个示例:a = linsp ...

2年前|1

|公认

Question


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

4 years ago | 0 answers | 0

0

answers