Statistiques
RANG
282 445
of 301 716
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 398
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 227
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
Feeds
Question
Why do I keep getting index exceeds matrix dimensions?
Hey guys, I have two scripts running off each other. I am trying to figure out why the error comes up in my script. functi...
presque 10 ans il y a | 1 réponse | 0
1
réponseI really need help!! Can someone please help me with the script for the following integration
Thanks for taking the time to look into this. Do you by chance know how I would script that function then?
presque 10 ans il y a | 0
Question
I really need help!! Can someone please help me with the script for the following integration
function [IntAusProf] = IntAusProf(pa,pc,rmin,rmax,lmin,lmax,AUeX,sigma,x,A) w= x^(1/(1-sigma)); k= (w-1)/(pa-pc*w);...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
How would I generate a script for integral2
The Screen shot attached is the parameters I need. My demand function is described as follows: Demand function= r.A((r*pa +l)...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
when I run this function it produces a result "NaN", what is that and why wont it give me a real answer?
function [AusProfInt]= AusProfInt (pa,AUeX,pc,sigma,A,x) %sigma= 3; %A= 100; w= x^(1/(1-sigma)); k= (w)-1/pa-pc*(w); %x= ...
presque 10 ans il y a | 3 réponses | 0
3
réponsesSubscript indices must either be real positive integers or logicals. why does this come up?
is this what you mean? I understand that i need to add brackets in. Even when i add this element in, it still comes out with "Na...
presque 10 ans il y a | 0
Question
Subscript indices must either be real positive integers or logicals. why does this come up?
Trial>> AusProfInt(2, 1, 1.5, 3, 100, 0.7) Subscript indices must either be real positive integers or logicals. Erro...
presque 10 ans il y a | 2 réponses | 0