photo

David Davis


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
2 个回答

排名
238,899
of 297,457

声誉
0

贡献数
4 个提问
2 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


How to get objects of different classes to interact
I am currently working with two classes where one object is dependent of the other. Ex: lets say my classes are Bear () and Brus...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Create a Pen class and integrate it into Turtle
In your code you failed to make pen its own class. Pen should be an object like Turtle with its own properties.

8 years 前 | 0

已回答
How to integrate a Pen class into a Turtle
your setPen function is wrong. it Should look like this function obj = setPen(obj,pen) obj.pen = pen; e...

8 years 前 | 0

提问


MATLAB GUI; after having loaded a .mat file, how do I remove tht data form my workspace to open a different .mat file?
I just started messing with the GUI today and so far I have been pretty successful. I know how to make things such as push butto...

8 years 前 | 1 个回答 | 0

1

个回答

提问


convert numbers to english words
I need to make a function that receives an integer input form the user and then gives a string output of the English conversion ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Please help: Cell contents assignment to a non-cell array object.
This is the error message/output: num2word(1234) nDigits = 1 2 3 4 Cell contents assignment to a n...

8 years 前 | 2 个回答 | 0

2

个回答