photo

Sisi Ma


Rutgers University

Active since 2010

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
2 Answers

File Exchange

6 Files

Cody

0 Problems
13 Solutions

RANK
9,512
of 300,364

REPUTATION
3

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
2,241 of 20,934

REPUTATION
794

AVERAGE RATING
4.40

CONTRIBUTIONS
6 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
7221

RANK
32,621
of 168,407

CONTRIBUTIONS
0 Problems
13 Solutions

SCORE
140

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Question


connect to a Access database from matlab(2013b)
I was trying to connect to a Access database from matlab, by following the example given in matlab documentation 1 setdbpre...

11 years ago | 0 answers | 1

0

answers

Question


How to edit mplay GUI?
Hi, I am trying to modify the mplay GUI, so I can jump to frames that are listed in a variable. So, which file(s) should I edit...

13 years ago | 1 answer | 0

1

answer

Answered
How to read external file data from a .xls file into matlab
you mean the property of a xls file? try putting those xls files in your current directory and do: dir('*.xls')

14 years ago | 0

Answered
matlab division help needed
maybe you are looking for the "dot division" (in matlab a.\b). it performs element by element division of two maxtrix.

14 years ago | 1

Question


Implement adjacency list representation of a graph???
how would you implement adjacency list representation of a graph??? i tried class dlnode, but it doesn't do the job. since th...

14 years ago | 1 answer | 0

1

answer