photo

Anthony


2013년부터 활동

Followers: 0   Following: 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

답변