C A
Followers: 0 Following: 0
hi
English
Estadística
12 Preguntas
0 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
35.205
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
41.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
78.963
of 153.912
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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.
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
'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 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the meaning of this code snippet?
function Average(Obj,signal,AnalysisType,TimePoints,varargin) if nargin==3 Ex...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 3 años hace
Resuelto
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:...
alrededor de 3 años hace
Pregunta
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...
alrededor de 3 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0