photo

Amy


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

10 Preguntas
0 Respuestas

CLASIFICACIÓN
286.228
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
30.0%

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 1

Ver insignias

Feeds

Ver por

Pregunta


Integration using quad(@myfun,a,b)
I have the following function function AW1= AW_int() ASqr=aSqrSum(); BSqr=bSqrSum(); C=CSum(); delta...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why am I getting this error? The integrand function must return an output vector of the same length as the input vector.
Hi I have the following function function AW1= AW_int(x,N) N=[10 100 1000 10000 100000]; x=[0.9 0.99 0.999 ...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting a matrix of data in a graph
Hi I have outputted a <5x7> workspace variable of data using the following values of x and n: x=[0.9 0.99 0.999 0....

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


integrad function not returning an output vector of the same length as the input vector
I have the following function function x = rZSum(y, z) y = load('delta.txt'); z = load('aSqr.txt'); x =...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Numerical integration using a quad function
I have created the following function function x = rZSum(y, z) y= load('delta.txt'); z = load('aSqr.txt'); ...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Creating a function used loaded text files
I have the following code: function x = rZ(delta, aSqr) load(delta); load(aSqr); x = delta./aSqr; e...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Integration of a function
Hi I want to solve the integral of (delta/A^2) between 0 and 0.9999999. delta and A^2 are <5x7 double> workspace variable...

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

0

respuestas

Pregunta


keeping precision when writing to excel
Hi I have the following script load ASqr.txt load BSqr.txt load C.txt load delta.txt realZeros ...

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

1

respuesta

Pregunta


Integration using a loaded file
Hi I want to solve the integration of (delta/A^2) between 0 and 0.9999999. Delta and A^2 are arrays I have saved as txt fi...

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

0

respuestas

Pregunta


How can I create a for loop inside another for loop for a geometric series?
I have the following code so far: %alphaSum.m % % %Amy Wallace, 19/02/2014 %Variable dictionary ...

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

1

respuesta