
C A
hi
English
Statistics
RANK
33 670
of 273 219
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
36.36%
VOTES RECEIVED
1
RANK
of 18 448
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Plot three color maps in the same figure?
I have three different matrices, each 64x1322, named as NormRes1, NormRes2 and NormRes3. I want to plot all of them on the same ...
16 dagar ago | 1 answer | 0
1
answerQuestion
Help me understand my FFT output?
I have two signals and I want to know if they have a natural oscillation. But I don't know if I mistook the signal noise for osc...
4 månader ago | 1 answer | 0
1
answerQuestion
'corrcoef' doesn't return a matrix as it should, but I always get 1?
for i=1:numel(time) coefR=corrcoef([res2(i,:),res3(i,:)]); end res2 and res3 are 11x34 matrices where size(time)=11 and ...
4 månader ago | 1 answer | 0
1
answerQuestion
Error using horzcat Dimensions of matrices being concatenated are not consistent.
Signal=[zeros(1,((Lmax-SignalLength-1)/2)),(Obj.CompCellList{CellNr}{iFrame}.(signal)),zeros(1,((Lmax-SignalLength+1)/2))]; I...
4 månader ago | 1 answer | 0
1
answerQuestion
How to plot Z vs Y from a data matrix X,Y,Z as line plots for specific X values on separate figures?
I want to get X number of figures with Z vs Y plots. for i=0:numel(X) fig(i)=fig...
5 månader ago | 0 answers | 0
0
answersQuestion
How to find length of a field of an object?
I have an object that contains signal values. I want to find the length of the signal inbetween two elements in the field called...
11 månader ago | 0 answers | 0
0
answersQuestion
What is the meaning of this code snippet?
function Average(Obj,signal,AnalysisType,TimePoints,varargin) if nargin==3 Ex...
12 månader ago | 1 answer | 0
1
answerQuestion
How can I create a matrix with matrix elements of different datatypes?
I want to make a nx2 matrix in which the first column consists of integers but the second column consists of a structure. Someth...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Error using lsqncommon (line 67)
I am trying to fit heat maps from biological cells. My code works for most of my cells but a few cells failed due to incorrect f...
mer än ett år ago | 0 answers | 0
0
answersSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mer än ett år ago
Solved
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:...
mer än ett år ago
Question
Error using length, Too many input arguments.
I have a bunch of data from animal cells at different times. j represents the time frame. I want to extract a field from my obje...
mer än ett år ago | 2 answers | 1
2
answersQuestion
Extract data using ginput and fit with a formula of your choice
I am choosing two end points using ginput [x,y] = ginput(2) and then I need to separate my data set which lies between the two e...
mer än ett år ago | 1 answer | 0