Feeds
질문
About numerical difficulty of equality comparison operation between two double real numbers in Matlab
Assume we have two double real numbers a and b. a==b is the comparison operation used in Matlab to test equality. However, due t...
11년 초과 전 | 답변 수: 1 | 2
1
답변질문
About creating a string of specified length
The goal is to create a string of specified length with the same chars. For example, given variable n=5, I want to obtain 'AAAAA...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Can I use Anonymous Function to pass additional parameters to the objective function in Genetic Algorithm of Global Optimization Toolbox??
For Genetic Algorithm function, ga, of Global Optimization Toolbox, can I use Anonymous Function to pass additional parameters t...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
About termination criteria in terms of TolFun in fminsearch
Hi, In function fminsearch, it is said in help that the option "TolFun" is the "Termination tolerance on the function value"....
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
How to determine if my matlab code is running in Matlab instead of Octave?
We know that Octave can also run some matlab code, but if I want to make sure my code is running in true matlab instead of Octav...
거의 12년 전 | 답변 수: 2 | 0
