photo

Iñigo Moreno


Last seen: meer dan 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
12.751
of 300.392

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

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

  • First Answer

View badges

Feeds

View by

Answered
How to save figures to pdf or doc document?
exportgraphics(Fig3,'file.pdf')

ongeveer 5 jaar ago | 0

Answered
Why exporting a figure in pdf changes dimensions of subplots?
With the newer versions of MATLAB you can use exportgraphics: exportgraphics(fig,'ZNPC_DEC_B.pdf')

ongeveer 5 jaar ago | 1

Answered
saving an subplotted image
With the newer versions of matlab, if you just want to save one of the subplots to a file: h=subplot(2,1,1); plot(1:10); myAx...

ongeveer 5 jaar ago | 1