photo

fichtorious


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
164,216
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I stop a print after canceling at the print setup menu?
solution: Just use print(gcf,'-v') instead

12 years ago | 0

| accepted

Question


How do I stop a print after canceling at the print setup menu?
Hi All. So I have the following lines in my code: 1. set(gcf,'PaperPositionmode','auto'); 2. print(gcf,'-dsetup'); 3. p...

12 years ago | 1 answer | 0

1

answer

Question


How do I launch a matlab gui from the desktop?
I have a GUI that a I developed mygui.fig that calls mygui.m as per usual. I tried copying mygui.fig to the desktop to see if it...

12 years ago | 4 answers | 0

4

answers

Question


Save specific portion of GUI screen
Hi All, I have a GUI screen that I created with GUIDE. It has two axes plots, some static text fields, buttons and check boxe...

13 years ago | 1 answer | 0

1

answer