photo

Tommy Franklin


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
61,954
of 301,261

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,209

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,690

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Install standalone matlab app on a non matlab PC
Wrote a standalone routine on the matlab PC. Went under the APPS tab to the "Package App" and followed the prompts. This produce...

10 years ago | 0 answers | 0

0

answers

Question


does filemenufcn have properties?
filemenufcn lets me save figure images so they can be stored and printed just as I want. Tne property(?) 'FileSaveAs' is all I c...

10 years ago | 1 answer | 0

1

answer

Question


recursion snafu seems to causing stack space problem, any 1 had this?
wrote a standalone driver and see matlab loop thru ispc 6 times B4 1'st line of driver reached. 1 'st line is - set(0,'Recursio...

10 years ago | 0 answers | 0

0

answers

Question


did "findall(myFile...) while myFile open, got recursion blow up and can't open Guide, help!
here's the command that has been working "axes_handle = findall(myFile,'type','axes')". However the figure myFile was not open w...

10 years ago | 1 answer | 0

1

answer

Question


handles to text boxes, etc. not showing up on button callback
function dialogcallback1(hObject,empty,handles) child_handles = get(handles); chc1 = get(handles.text14); handles emp...

10 years ago | 1 answer | 0

1

answer

Question


how do I keep a figure current? have tried "hold" and everything I could glean from Doc's and on line
I do f=figure(myfile) so myfile should then be current. I do "hold on" and up pops a new figure, same with "set" and "plot". Has...

10 years ago | 2 answers | 0

2

answers

Question


problems plotting to myfigure axes1
working from command window, f = figure(myfigure) and myfigure pops up - ok, do 'hold on' and the generic figure1 pops up. Redo ...

10 years ago | 1 answer | 0

1

answer

Question


simple: plot x,y on an existing figure with axes1 existing on the figure from code
simple: plot x,y on an existing figure with axes1 existing on the figure from code

10 years ago | 1 answer | 0

1

answer