Community Profile

photo

Heng


UMass Lowell

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

9 years ago | 1 answer | 2

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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"....

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 2 answers | 0

2

answers