photo

Brian


Last seen: 10 months 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

MATLAB Answers

3 个提问
3 个回答

排名
205,659
of 297,503

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 1

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

提问


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 前 | 3 个回答 | 0

3

个回答