Community Profile

photo

Jamie


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
Input Arguments of Type Double
*Relocated to Comment by Matt J*

11 years ago | 0

Question


Input Arguments of Type Double
This is my function function[x] = fixedpt(xin,tol) xold=xin;x=g(xin), while abs(x-xold)>tol,xold=x;x=g(xold),...

11 years ago | 2 answers | 0

2

answers

Question


How to get Graphs in Publish
What can I do so that when I publish a matlab file the html output has my graphs in it? For some of these graphs I have a script...

11 years ago | 1 answer | 1

1

answer

Question


Applying a Function to Every Element of a List
I have a function taking 2 input values, say f(x,y) and a list, say L=[L1 L2 ... Ln] How can I get the list L'=[f(L1,a) f(L2...

11 years ago | 2 answers | 0

2

answers