Enviada


Global Optimization with MATLAB
Demo files from the 2010 webinar "Global Optimization with MATLAB Products"

alrededor de 9 años hace | 21 descargas |

4.8 / 5

Enviada


Automated Failure Boundary Mapping
Demo files from July 21, 2009 webinar

alrededor de 9 años hace | 1 descarga |

4.0 / 5
Thumbnail

Enviada


Tips & Tricks: Getting started using optimization with MATLAB
Demo files from the August 21, 2008 Webinar

alrededor de 9 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Reliable and Roubst Design
MATLAB Code used in the Jan 2008 Digest Article

alrededor de 9 años hace | 2 descargas |

4.5 / 5
Thumbnail

Enviada


Demo Files for "Data Analysis with Statistics and Curve Fitting Toolboxes" 2007 Webinar
Demo file from the August 7, 2007 Live Webinar

alrededor de 9 años hace | 1 descarga |

4.0 / 5
Thumbnail

Enviada


Uncertainty Analysis of a DC Motor
Using Statistics for Uncertainty Analysis in System Models

alrededor de 9 años hace | 1 descarga |

4.5 / 5
Thumbnail

Enviada


Optimization of a Double Wishbone Suspension System
Demo files from the Webinar "Introduction to Optimization with MATLAB(R) Products" Oct. 26, 2006

alrededor de 9 años hace | 9 descargas |

4.2 / 5
Thumbnail

Enviada


Data Analysis with MATLAB Products - August 2006 Webinar Files
Files used in the August 10, 2006 Webinar of same title

alrededor de 9 años hace | 1 descarga |

4.33333 / 5
Thumbnail

Enviada


Improving an Engine Cooling Fan Using Design for Six Sigma Technique
Demo files from MATLAB Digest Article "Improving an Engine Cooling Fan Using Design for Six Sigma Te

alrededor de 9 años hace | 1 descarga |

4.0 / 5
Thumbnail

Respondida
Passing in a function as an argument
To pass in a function to another function, use function handles (@). sf2 = @(inputs) subFcn2(inputs) then call it in sub...

más de 11 años hace | 3

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

alrededor de 12 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

alrededor de 12 años hace

Resuelto


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

más de 12 años hace

Resuelto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

más de 12 años hace

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

más de 12 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

más de 12 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 12 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 12 años hace

Resuelto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

alrededor de 13 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 13 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 14 años hace

Respondida
mean-MAD portfolio optimization model
Here is an example on how to set up a standard mean-variance portfolio problem using Optimization Toolbox: http://www.mathwor...

alrededor de 14 años hace | 0

Respondida
Question from global optimization webinar
4 - Can you use different norms (L1, L2)? In the webinar, I showed how to fit curves using the lsqcurvefit solver. This uses...

alrededor de 14 años hace | 0

Respondida
Question from global optimization webinar
3 - Is GA only binary? There is no limitation to binary in the solver. You can create a custom data type (non binary) if you...

alrededor de 14 años hace | 0

Respondida
Question from global optimization webinar
2- Optimization of multivariate data sets. There are two approaches you can take to solve this problem. A) fit a response su...

alrededor de 14 años hace | 0

Respondida
Question from global optimization webinar
1 - Optimization tool: To clarify, let's start with what most optimization solvers in MATLAB take in as inputs. They take in a...

alrededor de 14 años hace | 0

Pregunta


Question from global optimization webinar
I thought I'd use this forum to post and answer some of the questions I've received from viewers of Global Optimization with MAT...

alrededor de 14 años hace | 4 respuestas | 0

4

respuestas