Community Profile

photo

Nirmal Hirani


Last seen: 22 Tage vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

All
  • Explorer
  • Thankful Level 2
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to extract property values from an object array and put it into a new array?
classdef Datatest properties (SetAccess = 'public' ,GetAccess = 'public') Name end end % creating 4 objec...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to find an index of an object from object array?
classdef data properties (SetAccess = 'public' ,GetAccess = 'public') Name end end d1 = data(); d2 =...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to save portfolio objects to an array?
p = Portfolio; c = Portfolio; d = [p c] How do i store objects in an array and then extract any specific object from that...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 2 Jahre vor