photo

David Davis


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
2 Respuestas

CLASIFICACIÓN
137.353
of 301.234

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.204

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.580

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 9 años hace | 0

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

alrededor de 9 años hace | 0

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas