Julius - MATLAB Central
photo

Julius


Georgia Institute of Technology

2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/13 to 04/25Use left and right arrows to move selectionFrom 06/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 質問
6 回答

ランク
4,932
of 298,292

評判
10

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

回答採用率
100.0%

獲得投票数
2

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Can an executable programs run on both 64-bit and 32-bit machines?
Hello all, I currently use a 64-bit Windows machine to compile my GUI into executable programs. Can the EXE program run on bo...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Cannot generate MEX function
I tried to use MATLAB Coder to generate a MEX function from a MATLAB function. I used the simplest example to make sure the M...

12年弱 前 | 1 件の回答 | 0

1

回答

回答済み
cumsum but withe the twelfth observation
Just do cumsum repeatedly for 12 times.

12年弱 前 | 0

回答済み
Separate data into matrices and plot
I recommend using "readtext" function from File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/10946-readtext). ...

12年弱 前 | 0

回答済み
For Loop and Resistance
There is no need to use for loop to do this. If you want 3 pieces, just piece1 = initialData(1:10000); piece2 = initi...

12年弱 前 | 0

回答済み
Graphing a function and enabling a user to change variables
Type "guide" from the command window of Matlab, then study the "GUIDE templates." GUI design requires some learning. Not very...

12年弱 前 | 0

回答済み
How to verify Eulers Theory
sum = 0; threshold = 1e-6; for ii = 1 : 1 : 100000 sum = sum + 1/ii^2; if abs(sum - pi^2/6) <= threshold ...

12年弱 前 | 0

| 採用済み

回答済み
Extract text data without knowing the size of the data.
You can try a function called "readtext" Download link: http://www.mathworks.com/matlabcentral/fileexchange/10946-readtext

12年弱 前 | 0

| 採用済み

質問


Backward compatibility of MCR
The problem I have encountered is: I compiled an EXE with Matlab compiler on my computer (version R2011a, i.e. MCR version is...

12年弱 前 | 1 件の回答 | 2

1

回答