photo

Amy


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
229 358
of 300 765

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
30.0%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 941

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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....

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


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 =...

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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'); ...

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

presque 12 ans il y a | 1 réponse | 0

1

réponse