Riyadh Muttaleb
PSU
Followers: 0 Following: 0
Estadística
33 Preguntas
2 Respuestas
CLASIFICACIÓN
37.687
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
33 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How can I do a scatter plot with different color and symbols
I did it! thank you so much for your time and help!
casi 4 años hace | 0
Pregunta
How can I do a scatter plot with different color and symbols
Hi Everyone, I want to plot scatter plot with diffrent symboles and color for my posative and negative data, I have: X: vecto...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I make curve form data?
Hi All, I would like to make a convex curve from this (x,y) data that I have. The curve must connect the first and last points ...
casi 5 años hace | 1 respuesta | 0
1
respuestaHow can I use curve fitting tool as function?
Thank you for your answer, Does this function include Robust LAR?
más de 5 años hace | 0
| aceptada
Pregunta
How can I use curve fitting tool as function?
Hi everyone, I want to use Curve fitting tool as in the picture below as Matalb function.Which is function I have to use in the...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Can I use "fitnlm" for multiple regression ? and How?
Hi everybody, I have mutiple nonlinear regression like (x1,x2,x3 and y) the equation is "y=x1+x2^n+x3^n" , where n is known, , ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can apply scatter or plot functions with two xx and yy axis?
Hi Everyone, I am try to use the code below that I got it from : https://www.mathworks.com/help/matlab/creating_plots/graph-wit...
casi 6 años hace | 1 respuesta | 1
1
respuestaPregunta
How can calculate R^2 "correlation coefficient' of "robustfit" function?
Hi All, I am using "robustfit" function for multiplie regression, How can I caculate R^2 (correlation coefficient of this funct...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I remove zeroes column from matrix without removing NaN column?
Hi All, I have matrix contains zeroes columns and NaN columns and numbers columns, I want to remove [JUST zeroes columns] witho...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I align the text in center of legend?
Hi everybody, I want to center the text vertically in the legend box <</matlabcentral/answers/uploaded_files/133946/Center...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I enlarge the height of legend box?
Hi everyone, I would like to enlarge the legend box size (height), I tried to use [set(hleg1,'position',[x0 y0 width height])...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I change the number of digits before decimal point?
Hi everyone, I would like to change the number of digits before the decimal point, for example 1.45237E+6 to 145.237E+4 T...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I apply robust regression to multi linear regression?
Hi everyone, I am trying to apply "robustfit" for multi linear regression "regress" , I have y and x1 , x2, the problem that I ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how can I convert EST time to GMt time?
I have series of datevec (about 1000) in EST time zone that I would like to convert them to GMT, any help, Thanks in advance...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I make Matlab sending me an Email?
Hi Everyone, I would like to receive an Email when the code is finished. I tried using "sendmail" but it didn't work! any he...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I interpolate this row?
Hi Everyone, I would like to get your help to interpolate this vector: x=[2 NaN NaN 5 NaN NaN] to fill the messing values ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I maximize the range of included data to built my robust regression model?
I would like to use "robustfit" function with including maximum points that I have in the regression, [b,stats] = robust...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
I would like to check the code that I did for solving ordinary differential equation using "dsolve" function
Hi All I would like to check the code that I did is correct for solving ordinary differential equation by using "dsolve" func...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I solve PDE with boundary condition?
Hi All, I do have Ws dC/dz + Kc d2C/dz2 - X=0 where Ws and X are constant Z from (0 to 5 step 0.5) and I do have Kc values ea...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I numbering 1000 of figures?
Hello All, I would like to get number for all figures to ease reach them. I do have about 1000 figures, I am using subplot (...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can find (BVLS) bound-variable least square for "lsqnonneg"?
Hello all, I would like to find Bounded-Variable Least Squares (BVLS), with simultaneous upper and lower bounds αᵢ ≤ xᵢ ≤ βᵢ ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I calculate the confidence interval for "lsqnonneg" regression?
Hello All, I did a "Isqnonneg" regression between vector(5,1) and matrix (5,3), I would like to find the confidence interval ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I do non-linear regression for three varietals?
Hi All, I have matrix with three variables (x,y,z) I would like to get best non linear regression for these variables using l...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I divide the plot to the two levels (upper and lower) with different y range data?
Hi All, I would to like to plot as in the figure below, different y levels with different y ranges with the same x axis. T...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How can convert two (file.fig) to (file.jpg) in the same time?
Hello All, I would like to convert (file.fig) to (file.jpg) in the same time (each file contents 5 plots) to reduce the time....
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I control xticklabel?
Hello All, I have serial of datenum on X-axis, I would like to show in my plot that the first datetick is the first datenum n...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I add serial date and time for each 12 min ?
Hello All, I have date and time like: (2009 10 09 12 36 00), I would like to make a serial date and time that increase each 1...
casi 8 años hace | 3 respuestas | 0
3
respuestasPregunta
How can plot with smooth line?
I have these data: x=[1.6 1.1 .6 .1 .4 .9 1.4 1.9]; y=[1 1.5 2 2.5 3 3.5 4 4.5]; I would like to plot them smoothly w...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Is there any way to calculate R^2 (correlation coefficient) in Matlab directly?
I would like to calculate R^2 in easy way in matlab? How can I do that? Thanks in advance Riyadh
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I open a specific figure from 'file.fig'?
I have 'file.fig' contains about 500 figures I would like to open just one specific figure like number 200, without open all, Ho...
más de 8 años hace | 1 respuesta | 0