Feeds
質問
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),...
約13年 前 | 2 件の回答 | 0
2
回答質問
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...
約13年 前 | 1 件の回答 | 1
1
回答質問
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...
約13年 前 | 2 件の回答 | 0