Community Profile

photo

C A


Aktiv seit 2021

hi

Spoken Languages:
English

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


I have simple divisions between integers and I always get another integer as the answer. But I want at least three decimal places. I am using MATLAB R2022b
My divisions look like this, A=B/C; Both B and C are integers.

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort