Statistics
RANK
136,764
of 301,447
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,609
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answerswindows 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 ago | 0
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0