Anthony - MATLAB Central
photo

Anthony


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/13 to 04/25Use left and right arrows to move selectionFrom 10/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 質問
5 回答

ランク
12,109
of 298,313

評判
4

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Why is getting Uniform Random Numbers so difficult!?!?
rng('shuffle') ?

7年以上 前 | 0

回答済み
Why are the results calculated from the function "fmincon" not stable?
to my understanding, all fmin*** functions are for local minimum only. If your function has multiple local minimizers, then the...

7年以上 前 | 0

質問


Incorrect results from parfor
hi, thanks in advance for your help. i am constructing a function which contains a parfor loop, which i am unfamiliar with. Alt...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


regexp: either 'once' or 'all'
Hi, I want to do a search only for the first n times. But it seems the 'options' in regexp can only do 'once' or 'all'. no in...

11年以上 前 | 2 件の回答 | 0

2

回答

回答済み
ERROR: Attempted to access dfi(3); index out of bounds because numel(dfi)=2.
change i=i+1; if sign(dfi(i))~=sign(dfi(i-1)); nihaj=nihaj+1; end to if sign(dfi(i))~=sign(dfi(i-1))...

11年以上 前 | 0

回答済み
How to form an array of sums?
syms n; x=10; N=100; % N cannot be a vector (if you want N=10:10:100, use a loop instead.) S=double(symsum(x^n/s...

11年以上 前 | 0

回答済み
use string as a cell array.
january_ns=1, february_ns=2, march_ns=3 month={'january' 'february' 'march' }; eval([month{1},'_ns'])

11年以上 前 | 0

| 採用済み

質問


How to preserve the percent character '%' when importing data from excel ?
Hi, I am trying to import an excel data using xlsread. But it seems matlab cannot distinguish a cell '20%' from another cell '0...

11年以上 前 | 1 件の回答 | 0

1

回答