Feeds
提问
function parameter includes h. I want plot title to include same h. how to do?
Hello, function parameter includes h. I want plot title to include same h. how to do? function G=graphit(X,Y,ye,h) plot(...
7 years 前 | 1 个回答 | 0
1
个回答提问
Graph of solutions to a differential equation with repeated real eigenvalues
Hello, For an n-by-n matrix A, the vector returned by eig(A) will have length n. That is because det(A-lambda*I) is a degree-n ...
7 years 前 | 0 个回答 | 0
0
个回答已回答
windows 10 matlab interactive input needs condensing on output. How to do?
This did not work at first but after a second restart I got the output I wanted. INPUT: prompt='a='; a=input(prompt); prompt=...
windows 10 matlab interactive input needs condensing on output. How to do?
This did not work at first but after a second restart I got the output I wanted. INPUT: prompt='a='; a=input(prompt); prompt=...
7 years 前 | 0
提问
windows 10 matlab interactive input needs condensing on output. How to do?
My code is: prompt='a='; a=input(prompt) prompt='b='; b=input(prompt) prompt='c='; c=input(prompt) prompt='d='; d=input(prom...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to have Matlab publish commands executed in the editor window?
I have found the publish menu in Matlab. I would like to reference it in my code so as to save output ( without the commands) an...
7 years 前 | 1 个回答 | 0