David Davis - MATLAB Central
photo

David Davis


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 11/16 to 04/25Use left and right arrows to move selectionFrom 11/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
2 回答

ランク
80,471
of 297,950

評判
0

コントリビューション
4 質問
2 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,508

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,928

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0

2

回答