photo

Ahmed


KFUPM

2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
0 답변

순위
77,583
of 300,759

평판
0

참여
12 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Sequence of product?
<</matlabcentral/answers/uploaded_files/44650/cccccccc.png>> I am trying to find the matrix V as showing in figure, but I got...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


how to put function as an input to another function?
I save a function call "nonliner" in matlab and I want to call this function as an input like function [Ar,Br] = algopsols(no...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab Error Message?
I have the below matlab code, and I got this error "Subscripted assignment dimension mismatch" for s=1:6 x(:,s) = Cr...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


How to deal with nonlinear systems in matlab?
The question in figure, May be the example is not a logical nonlinear example, but what I need is the matlab functions, and i...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to get one vector from several matrices?
Hi; I have matrix and vector and I want to put them in one vector; For example A=[1,2;3,4]; B=[5,6];C=[7;8]; I want th...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to get the final shape of a function after you got the variables?
I have this function: f1=[-3*X(1)+X(2)+X(2).^3; -X(2)-X(3)]; I if X(1)=4;X(2)=3... i want to evaluate f1 at these valu...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


problem of exponential function with s- function
I use s-function my system is: sys = [ u- 2*x(1) + x(2) - exp(40*x(1)) - exp(40*x(1) - 40*x(2)) + 2; x(1) - 2*x(2)...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


function with increasing variables?
I have a function F=x^2+1 I want to create a vector of n this vector has the form Vf=[F(x(1))+F(x(1)-x(2)); ...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to write Loops in Functions?
I have this Vector Fx = [x(1)+2*x(2); x(1)+5*x(2)]; I want to take the first element of Fx_(x(1)+2*x(2))(also the sec...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Solving LMI problems with eigenvalues constrain
How to solve a LMI problem for example AP+PA'<0 if we have an eigenvalue constrain: all eigenvalues should be less than -5

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


problem in while loop?
I wrote a loop code in matlab the problem is the answer I got is for the last element of the loop V =[0.0312 + 0.2251i 0.031...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


FINDING EQUILIBRIUM POINTS FOR NONLINEAR SYSTEM
I have this system dx1=(x1(u+(x1^2+x2^2)-(x1^2+x2^2)^2)-x2 dx2=x2(u+(x1^2+x2^2)-(x1^2+x2^2)^2)-x1, I want to find the equil...

거의 12년 전 | 답변 수: 1 | 0

1

답변