B - MATLAB Central

B


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/15 to 03/25Use left and right arrows to move selectionFrom 03/15Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

21 个提问
2 个回答

排名
252,226
of 297,870

声誉
0

贡献数
21 个提问
2 个回答

回答接受率
38.1%

收到投票数
0

排名
 of 20,500

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,704

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


constrains of the optimization problem
Hello I am using ga solver to solve a multivariable problem (x1..x4) All of the design variables are bounded between an up...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Adding other explicit equations to the optimization toolbox
Hello I am using ga solver to solve a multivariable problem (x1..x4) All of the design variables are bounded between an uppe...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
genetic algorithm solver convergence
?

9 years 前 | 0

提问


Optimization:inequality constrains
Hello, In matlab optimization toolbox, I have added the upper and lower bounds for the design variables (x(1), x(2)...etc). H...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Lagrange interpolation-question on the logic
The following code for calculating the Lagrange interpolation is working, but I have a question: why have we placed the sum afte...

10 years 前 | 1 个回答 | 0

1

个回答

提问


optimization toolbox-quick question
Hello.. One question: How to use the optimization toolbox (ga) for a problem with 4 variables and three inequality constrains...

10 years 前 | 1 个回答 | 0

1

个回答

提问


optimization code for a project
hello I have a project on optimization. The objective function isn't complicated, but there are 6 design variables. I can'...

10 years 前 | 1 个回答 | 0

1

个回答

提问


code on finding the roots using simple bisection method
what's wrong in the following code: function s=bisectionpart(s); xl=5; xu=100; xr=xl; while(1) xrold=xr; ...

10 years 前 | 0 个回答 | 0

0

个回答

提问


plotting in matlab what should i do?
I want to plot x vs w, from the following code, but I'm not getting the correct plot. Could you explain it for me?? functio...

10 years 前 | 1 个回答 | 0

1

个回答

提问


initial guess in a loop
the initial guess in the following loop is actually inside the loop, why is that? function [root,ea,iter]=newtraph(func,dfu...

10 years 前 | 1 个回答 | 0

1

个回答

提问


simple question function file syntax
function[root,ea,iter]=bisectt(func,xl,xu,es,maxit,varargin) if nargin <3, disp('error') end test=func(xl,...

10 years 前 | 2 个回答 | 0

2

个回答

提问


what's wrong here? I have copied this code from my textbook and it's not working
Help me here plz: ------------------------------------------------ function xb=insearch(func,xmin,xmax,ns) if nargin ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


what's wrong here? plz help
hl=0.0; % Assigning lower value xl hu=2.0; % Assigning upper value xu R=3; err=2; ...

10 years 前 | 3 个回答 | 0

3

个回答

提问


plotting a piecewise function-help
I want to plot Vl versus vs function Vl= piecewisefunnn(vs); vs1 = vs>0.6; Vl(vs1)=(vs(vs1)-0.6); vs2 =(vs<0.6 & vs==0.6)...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to implement a recursion function in the following code?
hello: In the following code, a while loop was used to converge the variable Mpw that was first defined based on an assumed val...

10 years 前 | 0 个回答 | 0

0

个回答

提问


while loop isn't working? what's my mistake??HELP
I'm new in MATLAB.. I tried to run the following code, but the loop isn't working :( would you plz explain for me what's happeni...

10 years 前 | 0 个回答 | 0

0

个回答

提问


for loop help matlab error
I really can't understand the arrays and matrices system in matlab...:( Please help with the following; I'm getting (??? At...

10 years 前 | 2 个回答 | 0

2

个回答

提问


what's wrong with the code?
Hi, what's wrong with the following code? ==================================================================================...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Loop-can you suggest another way to write the following loop?
Hello, I'm trying to create an m.file to evaluate the polynomial P5(x)=a0+a1x+a2x^2+a3*x^3+a4*x^4+a5*x^5, where a is a vector...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Optimtool is displaying an error msg
I figured it out :)

10 years 前 | 0

提问


Optimtool is displaying an error msg
I am trying to run the matlab optimizer using GA and it has actually given me some results. Now, it's not working and displaying...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How does the following two codes differ? both are working, but they are yielding different answers
Hello, Could you explain for me why I'm not getting the same answer from the following two codes?? function whatswron...

10 years 前 | 1 个回答 | 0

1

个回答

提问


could you please translate the following code for me?
Hello, I'm copying a certain code from a lecture on singularity functions.. Could anyone explain the steps of the following co...

10 years 前 | 1 个回答 | 0

1

个回答