photo

studentU


Last seen: 1년 초과 전 2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

28 질문
7 답변

순위
36,057
of 300,365

평판
1

참여
28 질문
7 답변

답변 채택
0.0%

획득한 표
1

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review

배지 보기

Feeds

보기 기준

질문


How can i run this Simulink model on real time simulation without connect Hardware physic?
Hello every one, i want to check the performance of a simulink model on real time. How can i run this Simulink model on real t...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Neural network for function approximation
Hello i have the X vector as input data and Y=F(X) as output data, i am looking for approximation of the F function mathemati...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


neural network trained using partical swarm optimization
Hello in order to resolve some constraints optimization problem, i use neural network trained by pso algorithm. to this en...

거의 9년 전 | 답변 수: 1 | 1

1

답변

질문


ANN for constraint optimization problem
hello, How do i modify my ANN algorithm, by incorporating some constraints to perfom my obtained result. the matlab code use...

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

0

답변

질문


fmincon in for loop
hello, I am trying to use fmincon inside a for loop such as described in the following code: for i=1:size(X) Xd=[X(i);Y(...

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

1

답변

질문


Embedded matlab coder error
Hello, I am interesting to simulate the following function in Embedded Matlab coder (model.slx): function U = Func1 (C,E,F...

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

1

답변

질문


Optimization problem with equality/inequality contraints with conditional weighting parameters in objective function
Hello, I am interessed to solve this optimization problem: min @(a)w(I)*(a(I) -b(I))^2 with equality ...

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

0

답변

질문


control loop in simulink
hi, I realize a position control loop of a drive actuator based on a DC motor, I use concealer for discrete PI with a PID ...

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

0

답변

질문


Resolution of equation under constraints with 'fminbnd'
hi, i must resolve the system of equations with two variable x and y, and i use 'solve' to do it, but i must limit the solution...

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

1

답변

질문


error: Invalid Simulink object handle
hello everyone I try to simulate a model in Simulink, using file for global data and an introductory file, where the openi...

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

1

답변

질문


loop FOR to group discrete signals
Hi every one; with this simply code: for i=1:5 a=2*i; b=[]; b=[b;a]; end i have: >> b=10; i w...

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

1

답변

질문


error using global to save value of parameter
hi, how can i resolve this error; Global declaration not resolved to a Data Store Memory block registered via the Ports and D...

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

1

답변

질문


error using global parameter, to save value of parameter
hi, how can i resolve this error; Global declaration not resolved to a Data Store Memory block registered via the Ports and D...

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

0

답변

질문


error in Function output: cannot be of MATLAB type
Hello, I develop a function to input four components, which allows for a signal blocking over time according to a codition, I...

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

1

답변

답변 있음
error To compute complex results, make at least one input complex, e.g. 'power(complex(a),b)'.
i try for: h2=(4*sin(el)^2*(G - F*(F^2 + G^2 - 1)^(1/2))^2*(1 + (F^2 + G^2 - 1)^(1/2)*1i)^2)/((F*1i - G)^2*(F^2 + G^2)^2); ...

10년 초과 전 | 0

질문


MATLAB Function Interface Error: Domain error. To compute complex results, make at least one input complex, e.g. 'power(complex(a),b)'.
hi, how can i resolve this error?: Domain error. To compute complex results, make at least one input complex, e.g. 'power(compl...

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

0

답변

질문


error in embedded matlab function
hi, how to resolve this type of error: Function output 'x'and 'y' cannot be of MATLAB type. where x&y are the output of my f...

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

3

답변

질문


error To compute complex results, make at least one input complex, e.g. 'power(complex(a),b)'.
hi, i try to run a function when i have: b = -log(((F - G*1i)*(1 + (F^2 + G^2 - 1)^(1/2)*1i)*1i)/(F^2 + G^2))*1i; but...

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

2

답변

질문


equivalent assume() in R2011 version
hi, what is the equivalent of assume() function, to define some condition for resolving a systeme of equation?

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

1

답변

질문


how to confine the solutions when solving a system of equations
hi, how can I set the interval of definition of variables, solves using the function solve ()? interval solution: x0<x<x1,...

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

1

답변

질문


interface error at running embedded matlab
when i run my model, it's generate this error: MATLAB Function Interface Error: MATLAB expression 'mtimes' is not numeric. Bloc...

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

1

답변

질문


Resolution of systems of equation
hi, i try to resolve a system of equation using 'solve' function, then i use 'eval' to have numerical result, i get four resu...

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

1

답변

질문


error using solve function
hi, I use the function solve to determine a variable as follows: x = solve (cos (x) * sin (y) * cos (z) + sin (Z) = 1 ',' ...

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

1

답변

답변 있음
error in Simulink simulation time
Thank's for your replay, i try it but the problem still subsite,

10년 초과 전 | 0

질문


error in Simulink simulation time
I simulate a model in Simulink with a discrete solver, the result of simulation is limited to a reduced interval e6 à10e6 even i...

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

2

답변

답변 있음
error in matlab function
yes I used it but it does not solve the problem :/

10년 초과 전 | 0

답변 있음
error in matlab function
thank's for your reply, it solves some but for: f = cos (var) * sin (var) * cos (arg) + sin (var) * cos (arg); I proc...

10년 초과 전 | 0

질문


error in matlab function
hello, I have a problem in matlab function block, where I use the trigonometric function, conversion function (ex:degtorad..)...

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

3

답변

답변 있음
error in embedded matlab function
Here it is my program with some reduction but the point is that, I just tried to simplify your understanding, but it appears tha...

10년 초과 전 | 0

질문


error in embedded matlab function
hi, i have 3 function.m, i use it to develop embedded matlab-function , But it generates this error: >> Undefined funct...

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

3

답변

더 보기