Community Profile

photo

farfar


Con actividad desde 2016

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Respondida
how to fix the ticks in a colormap
I figured this out actually: the ticks should be between (0,1) to work: colormap([0 0 1; 0 1 1;0 1 0; 1 0 0;1 1 0]) color...

alrededor de 5 años hace | 1

| aceptada

Pregunta


how to fix the ticks in a colormap
Hello I need to fix the color map inside my figure: That the colors I assigned to the figures: colormap([0 0 1; 0 1 1;0 1 0;...

alrededor de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


making some change inside of the legend box
Hello I have assigned color to my figures. legend box includes info about what color covers what range of data. when i change...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


reading text and number from excel
Hello I have this big excel file incuding text and numbers. when I use t= xlsread('table.xlsx'); it removes the columns with...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to group a matrix using quartile
Hello assume I have a matrix : a=[1 0.2;2 0.1;3 0.0002;4 2;5 1;6 0.00004;7 3;8 1.5;9 4] b=a(:,2) c = sort(...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to divide a matrix into groups
Hello I have a matrix lets say with 12by1. A=[0;0.2;0.25;0.3;1;1.5;4;4.75;5;6;9;10] how can i group this matrix into 3 e...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why the prediction of neural network is wrong?
Hi I have a matrix of input data (1X1006) and a 1X1006 target matrix. I trained the network and it gave me the regression lin...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to take out a specific row out of matrix
Hello I have this matrix : a = [john 2016;john 2015;mike 2016;leo 2018] I only need information from 2016 in second col...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to extract a certain row out of a matrix
Hello How can I extract a certain rows out of a matrix ? for example: a=[2 2;2 2;2 2;1 1;0 1;0 1;0 1] I want to extr...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fitting a uitable in a subplot
Hello I am trying to have a subplot including a uitable. I found one answer from mathworks for creating uitable and I am usin...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


removing rows in big data
Hello I have a big matrix with two columns, for example :[380 1;381 2;382 3;383 4;384 2;385 1;..]. I want to generate a new m...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to plot a color-coded matrix
Hello I have a matrix of data including 3 column,for example: a=[1 0 3;1 1 4;1 2 4;1 3 5] x=a(:,1);y=a(:,2);z=a(...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
how to assign multiple values on a signle figure?
<</matlabcentral/answers/uploaded_files/103625/matlab-figure.JPG>>

alrededor de 6 años hace | 0

Pregunta


how to assign multiple values on a signle figure?
Hello I have a matrix with three column and many rows (a=[x,y,z]) (x, y are pixels location and z is the value). I draw a figu...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to draw a 3d plot with different color?
Hi I want to assign different color to the specific values in a 3D plot. for example: I have x=[1;2;4;3] y=[1;2;3;4] z=[0.1;0...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to predict from a trained neural network ?
Hello I am trying to use neural network to make some prediction based on my input and target data. I have read all related tuto...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how can i subtract the elements in a coloumn ?
hello for example, I have : a=[380 0;381 1;382 2;383 3;383 4;383 5;384 6] I want to go into first column and do this : (3...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to extract another matrix out of a big matrix
Hello I have a big matrix including many rows and 2 columns. first column is the wavelengths. I need to extract another matrix...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to draw a bar chart with max and min
hello all I have a set of data including max, mean and min values. how can I present them in one chart like attached? I tried e...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to extract photometric data from images
Hello I have some confusions about extracting data from images and I know lots of image processing experts are in here. I would...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to get confidence interval
Hi how can I get Confidence interval for regression parameter in matlab ? Thanks

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get residual for regression
Hello I have one question about regression residual. when I obtain the regression , I use : err = immse(X,Y) to get the error. ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to plot residual and fitting curve
Hi I have two set of data (a,b). a=[6.91 8.26 2.21 1.19 2.32 8.41 7.3 4.32 2 3.42 3.21 7.54 8.72 2.38 3.1 8.18 5.47 1.27 6....

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get a function equation
Hello every one I have two sets of data which have nonlinear relationship, it looks like Gaussian distribution according to the ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


wilcoxon test for two sample
hi everybody Is it possible to do a signed rank wilcoxon test for two sample with different sizes ? x=[331 308 300 414 253...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to test a hypothesis with t-test or p value
Hello I am testing the null hypothesis mu=3.4 against mu>3.4, for a sample of size 9. I want to test this with both t-distributi...

alrededor de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


how to remove specific rows of columns
Hey everyone. I have one matrix [a] with 5 columns. i am removing some rows of b=a(:,4) based on some threshold, and then I need...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to remove outliers of a data list
Hello everyone I have a set of data and I am trying to remove the outlires. I used to do it by excel with finding Q1,.. and the...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to plot a quadrangle
Hi everybody does anyone know how I can plot a quadrangle with four set points of (x,y) like : (0.4464,0.4234), (0.4180,0.4116)...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get the equation of lsline
hi. I have two set of data and I want to get the linear regression. after plotting the data, im using lsline to obtain the regre...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Cargar más