photo

Brian


Last seen: 1年以上 前 2011 年からアクティブ

Followers: 0   Following: 0

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

統計

MATLAB Answers

3 質問
3 回答

ランク
205,659
of 300,392

評判
0

コントリビューション
3 質問
3 回答

回答採用率
33.33%

獲得投票数
1

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,373

コントリビューション
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年以上 前 | 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...

約7年 前 | 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年以上 前 | 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...

14年以上 前 | 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. ...

14年以上 前 | 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...

14年以上 前 | 3 件の回答 | 0

3

回答