photo

David Davis


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
2 Risposte

RANK
81.064
of 300.381

REPUTAZIONE
0

CONTRIBUTI
4 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

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

oltre 8 anni fa | 0

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

oltre 8 anni fa | 0

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 2 risposte | 0

2

risposte