Community Profile

photo

Eryn Jaramillo


Last seen: 9일 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

답변 있음
If there are no inputs to a class, how to set defaults as properties of different classes under their respective classes?
In case this helps anyone, I solved my problem by correcting the code as follows. classdef animals < handle properties ...

8개월 전 | 0

질문


If there are no inputs to a class, how to set defaults as properties of different classes under their respective classes?
I am new to OOP and would like to know how to set default properties of a class without the class inheriting the subclass proper...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


How could I code that if the user pushes “Q” then an X will be displayed the the coordinates (1,3)?
I am creating a game of Tic Tac Toe and after someone suggested I use the ginput function, I found [x,y,button]=ginput(n). How c...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


When using gtext command, can I force the text to be placed in a specific area that nearby where a user places it.
I am creating a program for two players to play a game of Tic Tac Toe. I created the board using axis([0 3 0 3]) and xline, ylin...

대략 3년 전 | 답변 수: 1 | 0

1

답변