Community Profile

photo

Thurman Ye


Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Why does property access work when subsref is overriden?
Below is a class which subclasses double and does no more than storing the extra instance variable y, initialized to 123. class...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Can the MATLAB text editor's scrollbars be hidden?
The horizontal and vertical scrollbars can take up valuable real estate when working with a single monitor. Typically, I have at...

quasi 5 anni fa | 0 risposte | 2

0

risposte

Risolto


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

quasi 5 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

circa 5 anni fa