photo

ragheed idrees


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
148.992
of 297.527

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
20.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

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 1

Ver insignias

Feeds

Ver por

Pregunta


Runge-Kutta 4th order function error (Matrix dimensions must agree)
hello, i'm trying to make a Runge-Kutta 4th order function, and it works for some questions but i can't get it to work for this ...

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

1

respuesta

Pregunta


Hello, I am trying to create a GUI that plots data supplied using a function i have in a separate m-file
this is what i got so far under the plot button in the GUI Q = str2num(get(handles.Qbox,'String')); L = str2num(get(handles.Lb...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


HELP! I need to plot my values from if statement, and cant figure out how
if H < 1.5 %Pressure drop is less than 1.5 psi D = (Qc.^0.381)/(19.17*(H./(Cr.*L))^0.206); ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hi, I am trying to read a text file and perform operations on it, but having a hard time with the integral
%importing and reading text file fid = fopen('A9P3data-S19.txt'); mat = fscanf(fid, '%f ', [3,inf]); %assigning values for ...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I need help plotting this, i Cant figure out what is wrong
fun = @(x) x.^3 - 10*x.^2 + 16*x +80; a = 0; b = 6; for n = [2, 3, 4, 5, 6, 8, 10, 12, 14, 16, 18, 20] I = A9P1TRAPIdr...

casi 6 años hace | 1 respuesta | 0

1

respuesta