photo

C A


自 2021 起处于活动状态

Followers: 0   Following: 0

hi

Spoken Languages:
English

统计学

All
MATLAB Answers

12 个提问
0 个回答

Cody

0 个问题
2 个答案

排名
35,677
of 299,916

声誉
1

贡献数
12 个提问
0 个回答

回答接受率
41.67%

收到投票数
1

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
81,958
of 166,562

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver

查看徽章

Feeds

排序方式:

2

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


What is the meaning of this code snippet?
function Average(Obj,signal,AnalysisType,TimePoints,varargin) if nargin==3 Ex...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years 前

已解决


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 years 前

提问


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

4 years 前 | 2 个回答 | 1

2

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答