Taniadi - MATLAB Central
photo

Taniadi


Last seen: 3 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Fresh graduate chemical engineers. Likes reading, and have fun =) Professional Interests: chemical process and engineering, programming

统计学

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

5 个提问
10 个回答

排名
6,176
of 298,264

声誉
8

贡献数
5 个提问
10 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Specifying du/dx in pde toolbox error
I am trying to solve an elliptic PDE but it has a first order partial derivative w.r.t x, but in PDE specification, it has to be...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Nonlinear fit to multiple data sets with shared parameters
I think to fit the data set, you can try to use least square method, that is to minimize the error between calculated value and ...

12 years 前 | 0

已回答
Selecting the correct output.
If you want to the difference, eg. the tenth column and the start price, I think that it can be done with 1. define start pric...

12 years 前 | 0

| 已接受

提问


Bvp4c spherical type
Hi all, I want to solve BVP of the _spherical-type_ form : y'' = y' / x^2 + g(y) using bvp4c, and one of the boundary valu...

13 years 前 | 0 个回答 | 0

0

个回答

提问


MuPad and Symbolic Toolbox Error
Hi, i want to ask a question about MuPad. I am beginner using MuPad, I am trying to solve a coupled of ODE as follow using Mu...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
problem with fmincon to optimize ISE for pid tuning using Bode s ideal trunsfer function
I don't think that the tranfer function can be used as constraint, and one other think, your script cannot be read well!

13 years 前 | 0

已回答
fminsearch
I think that you can try to save your file using the filename "f.m" (equating your function name in function definition". And tr...

13 years 前 | 0

已回答
Transfer function
if you want to try simulate the response of that transfer function with step or ramp function, you can try defining that TF with...

13 years 前 | 0

| 已接受

已回答
solve command
Are you trying to solve a system of linear equations? I found difficulties in using solve. If you want to solve linear equations...

13 years 前 | 0

已回答
Is there any function other than Fsolve to solve systems of nonlinear equations ????
I agree with Friedrich, to test, you can see the value of your equations using: [yout, fval ] = fsolve('function',guess). wh...

13 years 前 | 0

已回答
Optimization problem
I can't help you since I don't understand your problem. But after reading your explanation, I think that you have to write a M-...

13 years 前 | 0

提问


two systems of coupled elliptic PDE
Hi all, I have a question about solving a system of coupled elliptic PDE, and sadly, it is usually highly nonlinear. What is the...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
fminsearch
i think that one of your errors is writing the function. the function should use different name for output variables.

13 years 前 | 0

提问


ode error
Hi all, i want to ask about my M-File. I cant run this code i made function dGdW = PBR(W,Y) global yao Fk0 Q0 T...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Help using subfunction to compute zeros of a function
you can use fzero or fsolve to solve the problemm but it is necessary that you change initial guess to get 3 roots.

13 years 前 | 0