Community Profile

photo

Seth DeLand

Last seen: Today|Active since 2011

Statistics

全部
  • MATLAB Mini Hack Participant
  • 个人最佳下载级别3
  • 首次审查
  • 5-Star Galaxy Level 5
  • First Submission
  • 6 Month Streak
  • 知识渊博的级别4
  • First Answer
  • 求解器

查看徽章

Content Feed

查看

Submitted


使用MATLAB分析车队测试数据
来自网络研讨会的文件“使用MATLAB分析车队测试数据”

8 months ago | 3 downloads |

Submitted


Optimization in MATLAB: An Introduction to Quadratic Program
Files used in "An Introduction to Quadratic Programming" Webinar

1 year ago | 23 downloads |

Thumbnail

渠道


Smoothed Snow Depth

3years ago

解决了


第五次是魅力
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

在4年前

解决了


Ned's Queens
A tribute to Cody's five-year anniversary should also celebrate the people behind Cody, and in this particular case, our illustr...

在4年前

解决了


The 5th Root
编写一个函数以找到一个数字的第五根。听起来很容易,但是不允许使用典型功能(请参阅测试su ...

在4年前

Submitted


Mixed-Integer Linear Programming in MATLAB
MATLAB files from the webinar

5 years ago | 15 downloads |

Thumbnail

Submitted


2012年网络研讨会的文件“提示和技巧 - 开始使用MATLAB优化开始使用”
这些是用于网络研讨会中演示的文件。

5 years ago | 6 downloads |

Submitted


Optimal Component Selection Using the Mixed-Integer Genetic Algorithm
Use the mixed-integer genetic algorithm to solve an engineering design problem.

5 years ago | 9 downloads |

Thumbnail

解决了


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6年前

解决了


Model a mass spring system
模型的理想质量弹簧系统如下所示在哪儿e the spring is initially stretched. <

6年前

解决了


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

6年前

解决了


Produce a cosine wave
产生以下信号:<< http://blogs.mathworks.com/images/seth/cody/cody/cosine/cosine-eqn.png >>>

6年前

解决了


时间2-从这里开始
首先尝试此测试问题。给定变量x作为输入,将其乘以两个,然后将结果放入y中。例子:...

6年前

Answered
Optimizing FLC with GA
Hi Michael, Here's an

8年前|0

解决了


Text processing - Help Johnny write a letter home from camp
约翰尼(Johnny)夸大了“伟大”一词。编写一个脚本,可以帮助他处理这个和将来的信件。如果句子包含更多...

8 years ago

解决了


设置值为13至0的数组元素
输入A数组或向量(可以为空)输出B的大小与A相同。所有等于13 ...的元素

8 years ago

Answered
我如何使用MATLAB中的遗传算法解决混合整数线性编程
If your objective function and constraints are linear, I highly recommend using the mixed-integer linear programming solver in O...

8年前|0

Answered
how to implement MILP in matlab
截至R2014A,优化工具箱具有混合构成线性编程求解器:

8年前|0

|公认

Answered
数值包装
Seeing how Optimization Toolbox has a mixed-integer solver in R2014a, I figured I would post this alternate solution that uses <...

8年前|3

Answered
simultaneous linear equations minimization by linprog command
The summation of the variables being equal to a constant could be taken care of by an equality constraint. In that case, your A...

8年前|0

解决了


如何在不使用查找功能的情况下找到元件在向量中的位置
写一个函数posx = findposition(x,y)其中x是向量,而y是您要搜索的数字。示例:鳍...

8 years ago

解决了


反向矢量
反转矢量元素。示例:输入x = [1,2,3,4,5,6,7,8,9]输出y = [9,8,7,6,5,4,3,2,1]

8 years ago

解决了


将所有整数从1到2^n总和
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

8 years ago

解决了


Most nonzero elements in row
给定矩阵A,返回具有最非零元素的行的索引r。假设总会有一排...

8 years ago

Answered
我正在尝试编写一些用户友好的代码,其中提示用户输入文件名,并将名称存储在数组中。但是,我不断遇到错误。有人可以在下面修复此代码吗?
我认为有两件事会有所帮助:1)使用单元格数组存储文件的名称而不是数组。这将是EA ...

9 years ago | 0

|公认

Answered
How do I find all the positive roots of (e^(-.2x ))(cos(2x))-.15x^2+1
2 things: 1) fzero is designed to find a single zero at a time. You will need to loop through each value for x0 and record the ...

9 years ago | 0

Answered
Genetic Algorithm - Plotting fitness values
PlotFcns needs to be passed in as an option for ga: problem.options.PlotFcns = @gaplotbestf;

9 years ago | 1

|公认

Answered
用fmincon导出M文件到POWERPC的C代码
Hi Daniel, Generating C-Code from MATLAB code that includes optimization solvers such as fmincon is currently not supported. ...

9 years ago | 0

|公认

解决了


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Load more