photo

RJS


Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
English

통계

MATLAB Answers

14 질문
0 답변

순위
253,476
of 300,847

평판
0

참여
14 질문
0 답변

답변 채택
64.29%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to find the minimum resolution for controller output signal ?
Here i have plat and controller in simulink, so before implementing on Hardware i want to check the minimum resolution of the co...

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

1

답변

질문


how to differentiation code,?
i want to wirte x*(1+s) into matlab function block in c code wher x is input signal and s - is s laplace i.e. use for different...

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

1

답변

질문


How to add noise in input of State space model ?
I want to add noise signal in Input of state space model in code..G=ss(S,B,C,D). I know to how to do in simulink, but don,t kn...

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

1

답변

질문


how to control amplitude of step in code
I have A B C D matrix G7 =ss(A,K*B,C,D) t = [0:0.001:5]'; [y, t, x] = step(feedback(G7,(Ka + 1/s)),t); plot(t, x(:,3)); he...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How to generate embedded c/c code in MATLAB for GUI code's ?
I made a GUI in MATLAb and I want to dump this gui in Microcontroller for which i want to generate Embedded c/c code for gui,I f...

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

1

답변

질문


Check empty & not empty of text box in GUI
Notchop and Compop are the output textbox of GUI op_n = str2double(get(handles.Notchop, 'String')); op_c = str2double(get(ha...

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

1

답변

질문


save the output data of GUI
I am testing the number of data file in my GUI, Now I want to store the output data of each file . My question is how can i incr...

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

1

답변

질문


How to read data from .m file in GUI?
My GUI would contain one drop-down menu to select the data files. But I don't know how to extract data from m file to GUI can u...

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

1

답변

질문


How to get the settling time of the plot
here I have state space model A =[0 1;-30 -1.2] B =[0;30] C=[1 0]; G=ss(A,B,C,[]); t = [0:0.001:5]'; [y, t, x] = step(G,t...

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

1

답변

질문


Find non singular transformation matrix
I am working on state space system in matlab script. here C =[0 0 0 0 0 0 1 0 1 0] but I want to observe 1st state i.e. requir...

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

1

답변

질문


how to Solve 4 Equation and 3 unknown
syms T1 T2 alpha E1 = (wg*( T1 + T2*alpha ) / ( 1 - alpha*wg^2*T1*T2 )) == A1; E2 = (wg*( alpha*T1 + T2 ) / ( 1 - alpha*wg^2*T...

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

1

답변

질문


plotting equation which is function of 2 variable
I have one equation in terms of 2 variable A,B, I want to plot magnitude vs phase for different value of A and B . i don't know...

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

1

답변

질문


Plot magnitude and phase plot
I have one equation in terms of 2 variable A,B, I want to plot magnitude vs phase for different value of A and B . i don't know...

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

1

답변

질문


How to show TF function in GUI text box
s = tf('s'); Gc =(s+1/T)/(s+1/(beta*T)); set(handles.TF,'string',Gc); it showing some error

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

1

답변