photo

Dan


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
3 个回答

排名
19,144
of 300,765

声誉
2

贡献数
4 个提问
3 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Adding a List box to my Matlab GUI program. I want the list box to be populated with image files that were previously saved in the current folder.
I want to add a Listbox to my exsisting Matlab code. I want this listbox on the second tab of my code where the graph is plotted...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
While-end statement using factorial(),abs() and cos()
Tank you very much Walter

12 years 前 | 0

提问


While-end statement using factorial(),abs() and cos()
<</matlabcentral/answers/uploaded_files/5015/part%20c.png>> I am having trouble understanding what I need to accomplish in ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Ploting two function on one graph and using text() to place an arrow everywhere the lines intersect.
Hi, I have two functions F and f(x). One is a sin wave and the other a straight line. I need to use the text() function to place...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
Error using * (Inner matrix dimensions must agree)
Can I do something like if true% x = f; while x >= F disp(x) x = x + 1; end

12 years 前 | 0

已回答
Error using * (Inner matrix dimensions must agree)
Thanks guys, for the same code I need to determine the number of times f(t) crosses the line y(t)=F using a while- end statemen...

12 years 前 | 1

提问


Error using * (Inner matrix dimensions must agree)
This is what I have so far if true clear all; clc; close all; t=(-.5:1*exp(-6):2); f=6*exp(-1.5*t)*cos(8*3.14*t); F=...

12 years 前 | 4 个回答 | 0

4

个回答