photo

mohamed


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
272.397
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
77.78%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ? my code is x=[1 4 5 6];y=[4 6 7 9]
when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ? my code is ...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


regress(x,y) for least square regression of two variables x,y
when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ?

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I have values for three different variables Z ,X,Y : how can i get the least square regression equation of Z on X and Y
I have values for three different variables Z ,X,Y : how can i get the least square regression equation of Z on X and Y

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


is there a function that returns the real root from a matrix that contains the roots of a function ?
i want to return the real root from a vector contains the roots of a function, this vector contains both imaginary and real root...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i can't run this program , the output is (Saturation: LinearInterval: [NaN NaN]), i don't know the meaning of the ouput
%water saturation calculation Q=input('porosity of formation='); Rw=input('water resistivity='); Rt=input('true resis...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to put a limited value for an input ?
how to put a limited value for an input ? for example from (0 to 100) and if the user enter a value out of this range it will be...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i got an error when i run this code ?
x=(1:100); for k=1:5 y(:,k)=k*log(x); end plot(x,y) the error is in the third line? i want to make a single plot for...

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


multiplication table in matlab
I want to make the multiplication table using matlab ?

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

5

respuestas

Pregunta


the value of y in the while loop doesn't vary from the previous ?
>> n=2; >>t=520 >> r=5; >> p=1000; >> x=n*r*t/p; a=1; , b=2; >> y=n*r*t/(p+a*n^2/x^2))+n*b; while abs(x-y...

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

1

respuesta