photo

Brian


Last seen: 9 months ago Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: ballistics, gas dynamics, CFD, Numerical Methods

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
205,659
of 297,457

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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
  • First Answer

View badges

Feeds

View by

Question


I can't connect with excel anymore using this command. XLex = actxGetRunningServer'Excel.Application'
%% Attach to Excel process XLex = actxGetRunningServer('Excel.Application'); workbooks=XLex.workbooks;

6 years ago | 0 answers | 1

0

answers

Question


How to obtain radio button index in APP Designer
I'm new to APP Designer. I've made a simple APP that has radio buttons which correspond to the names of the columns in an ascii...

6 years ago | 1 answer | 0

1

answer

Answered
GUIDE doesn't work on MATLAB 2016b but it works in 2014b
I had same problem on 2017A. I issued the command "matlabrc" at the prompt and then my GUI ran fine.

8 years ago | 0

Answered
How do I format and write a numeric array to a file as text?
I found that DLMWRITE works exactly like I want it to. dlmwrite(FileName,output,'precision',5,'delimiter',' ') thanks ag...

13 years ago | 0

Answered
How do I format and write a numeric array to a file as text?
I don't see where DLMWRITE can determine that I have 16 columns and automatically insert a '\n' but I'll keep looking into it. ...

13 years ago | 0

Question


How do I format and write a numeric array to a file as text?
What's the easies way to write an array to a formatted file. If I have 16 columns, it seems cumbersome that I have to specify t...

13 years ago | 3 answers | 0

3

answers