Community Profile

photo

Dong-Kyeong


Active since 2011

Followers: 0   Following: 0

Message

hi

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Equality error
function varargout=practice(varargin) clc idols(1).groupname = '2pm'; idols(1).nummembers = 1; idols(1).gender = '...

12 years ago | 1 answer | 0

1

answer

Question


Accepting and saving multiple size matrix input
a=[1]; b=[2 3 4]; c=[5; 6; 7]; d=[8 9 10; 11 12 13; 14 15 16]; I want to make a function that works with an un...

12 years ago | 2 answers | 0

2

answers

Question


Array/Data Strucutre Returns Problem
I made a data structure as the following: idols(1).groupname='2pm'; idols(1).nummembers = 6; idols(1).gender = 'boy...

12 years ago | 2 answers | 1

2

answers