photo

David Davis


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
2 Réponses

RANG
290 715
of 301 800

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 411

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 593

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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.

plus de 9 ans il y a | 0

Réponse apportée
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...

plus de 9 ans il y a | 0

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 2 réponses | 0

2

réponses