photo

Ennio Condoleo


Sapienza University of Rome

Last seen: 4 years ago Active since 2014

Followers: 2   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

8 Files

RANK
5,089
of 300,379

REPUTATION
10

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
1,311 of 20,931

REPUTATION
1,448

AVERAGE RATING
4.30

CONTRIBUTIONS
8 Files

DOWNLOADS
32

ALL TIME DOWNLOADS
13196

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
how I can get data from plot
open('yourfigure.fig'); h = gcf; %current figure handle axesObjs = get(h, 'Children'); %axes handles ...

8 years ago | 0

| accepted

Answered
How to split one input and perform different calculations on it to get different outputs.
Hi, if I have correctly understood your issue, you have a number as a single input, and you would like to have multiple outp...

8 years ago | 1

| accepted