photo

Elizabeth


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
15 回答

File Exchange

1 ファイル

ランク
3,035
of 299,791

評判
20

コントリビューション
0 質問
15 回答

回答採用率
0.00%

獲得投票数
5

ランク
13,810 of 20,807

評判
20

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
200

ランク

of 165,966

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Can't define functions in Matlab
Your function name must match the file name you save it under. Could this be the issue?

約13年 前 | 0

回答済み
Please help as I am struggling to solve this homework problem.
Don't know if this is any assistance to you but--Here is my code for the Gauss-Seidel iterative method: function [ X, Nt...

約13年 前 | 0

回答済み
How do we solve multiple ODEs to fit empirical observations by optimizing multiple constants?
Set each ODE equal to zero on the RHS and minimize the difference between the two terms on the LHS for each of your ODEs to be o...

約13年 前 | 0

回答済み
"nonlincon" part of the "fmincon" function in the optimization toolbox
What if you globalize the variables that you want to define in the nonlcon function. You would write global variable1.. global...

約13年 前 | 1

| 採用済み

回答済み
Objective Orientated Programming in Matlab
# Engineering Optimization- Theory and Practice 4th Edition by Singiresu Rao # Optimization Concepts and its Applications in En...

約13年 前 | 0

回答済み
i want my fun value to be zero and also should satisfy the constraints,i uesd fmincon command
Hello sir, I obtained what I assume to be the correct result for your program: Local minimum found that satisfies the con...

約13年 前 | 0

回答済み
what changes i need to make for better answer (fmincon)
Hello sir, I obtained what I assume to be the correct result for your program: Local minimum found that satisfies the const...

約13年 前 | 0

回答済み
matlab error! "must return a column vector."
First of all, you initialize n_loss as a 3x1 column vector of zeros and then start to define it as a 3x3 matrix when you use the...

約13年 前 | 0

回答済み
Optimization algorithm in simulink
I don't know if this will be useful to you or not but there is a series of tutorials and files for mpc & simulink in the file ex...

約13年 前 | 0

回答済み
Defining a for loop
Matlab code t0= 0; %assign an initial time t0 tf= 100; %set final time tf for t=t0:tf {execute commands} end Is this...

約13年 前 | 0

回答済み
plotting a linear equation
Or: By all means, the solution method above will work. However, as your function increases in complexity, that command becomes ...

約13年 前 | 3

回答済み
How to set plot axes?
axis([0 1100 0 80000])

約13年 前 | 0

| 採用済み

回答済み
Finding the maximum value in a loop
I am a little confused on the code you've provided. Perhaps if you were to clarify the problem statement and your objective mo...

約13年 前 | 0

回答済み
How to use previously calculated value in next iteration
Something that may be more efficient for your code is: Tfn(1)= 5 % initial value of Tfn for 2:700000 Tfn(n)=(1/32)*...

約13年 前 | 0

回答済み
finding unknown values in a column by using the indices (indexes) of known values.
Probably not as efficient as those above, but this is the simplest way I always tried to do it. j= find(row1==1.5); for ...

約13年 前 | 1

送信済み


pregress.m
A Matlab function pregress.m to carry out linear regression for an arbitrary order n polynomial.

約13年 前 | ダウンロード 1 件 |

0.0 / 5