質問


How can I change the "Set Point"? (Feedback)
How can I change the "Set Point"? (Feedback) I assume "0" is the default? Can I set for example the "Set Point" to "1" ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Why I get different values when I integrate a function (by my hand-Displacement Positive & Negative, cumtrapz-Displacement Positive)?
Why I get different values when I integrate a function (by my hand, cumtrapz)? As you can see below, there is a very big dif...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I simulate time response of dynamic system to arbitrary inputs without shown the arbitary input on my plot?
How can I simulate time response of dynamic system to arbitrary inputs without shown the arbitary input on my plot? H = [tf...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I adjust a controller?
I am trying to adjust a controller according to the method above. <https://en.wikipedia.org/wiki/Ziegler%25E2%2580%2593Nichol...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Can I solve symbolic mathematical operations with matlab?
For instance: (a+b)^2 a^2 + 2*a*b + b^2 (a+b+c)^2 a^2 + b^2 + c^2 + 2*a*b + 2*b*c + 2*a*c

約8年 前 | 3 件の回答 | 0

3

回答

質問


What Magnitude(db) and Phase(deg) represent on Bode Diagram?
What Magnitude(db) and Phase(deg) represent on Bode Diagram? I am working on 2 DOF System and I want to understand some basic...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to filter? (Kalman, Narrow Bandpass , Low Pass)
Hello, I have a signal which I need to filter them with three filters.

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I get the 2 highest peaks ?
1)How can I get the 2 peaks from the picture below? Because these commands gives me the only the highest. [gpeakG1,fpeakG1]...

約8年 前 | 2 件の回答 | 0

2

回答

質問


How can I get the FFT (Amplitude - Frequency) from Time (s) - Acceleartion(m/s^2) data?
%% clc; clear all; close all; %% Time = xlsread('Data','A2:A513'); % Time (s) Acceleration = xlsread('...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Why I get the wrong peak from bode plot?
%% Parameters m1 = 2500; % (kg) m2 = 320; % (kg) k1 = 80000; % (N/m) k2 = 500000; % (N/m) b1 = 350; % ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Why I get this Error (State Space)?
<</matlabcentral/answers/uploaded_files/47937/Simulink.png>>

約8年 前 | 1 件の回答 | 0

1

回答

質問


Why I get "Fcn Block has a syntax error"?
<</matlabcentral/answers/uploaded_files/47888/FcnSyntaxError.png>>

約8年 前 | 1 件の回答 | 0

1

回答

質問


Can I use as Input at Simulink a equation?
Hello, Can I use this equation as input at Simulink? I would appreciate any help. Simulink block: <</matlabcentral/ans...

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
how to read different columns from excel but write in the same variable in matlab?
I can't understand what exactly you want Mrs. Do you only need to read column A1 A5 A9... E1 E5 E9....? %% Read Column A...

約8年 前 | 0

| 採用済み

質問


How can I set Values to Simulink Block from my Workspace?
I want to send PID Values to Simulink Model from my file.m I have tried this way but I got an error which I dont understand w...

約8年 前 | 2 件の回答 | 0

2

回答

回答済み
How do I extract specific data from a time series?
t=zeros(10001,3); T1=[t(2001:7001,1)]; T2=[t(2001:7001,2)]; T3=[t(2001:7001,3)];

8年以上 前 | 1

| 採用済み

質問


How can I get this pattern?
Can somebody explain me how can I get this pattern? <</matlabcentral/answers/uploaded_files/42681/1.png>>

8年以上 前 | 4 件の回答 | 1

4

回答