photo

Mary Marion


Kansas State University

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
141,549
of 301,763

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,413

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,447

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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=...

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

1

个回答