photo

Elizabeth


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
15 답변

File Exchange

1 파일

순위
3,051
of 300,765

평판
20

참여
0 질문
15 답변

답변 채택
0.00%

획득한 표
5

순위
13,902 of 21,084

평판
20

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
200

순위

of 170,941

참여
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