统计学

MATLAB Answers

0 个提问
2,023 个回答

排名
42
of 299,911

声誉
4,814

贡献数
0 个提问
2,023 个回答

回答接受率
0.00%

收到投票数
1,026

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 4
  • Most Accepted 2024
  • 36 Month Streak
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Can someone help me to obtain the FRF curve and plot the curve?
The beam data and load parameters are provided. Logically, by using the effectstifmass() function, the beam input data are used ...

2 days 前 | 2

已回答
Linearization of lookuptable of any dimen sion
Hi @Gabriele If my understanding is correct, the reason it linearizes the Lookup Tables to zero is that such blocks are classif...

3 days 前 | 0

已回答
Bug in Simulating Automatic Climate Control Systems simulink example
Hi @Tommaso The reason the heater does not turn on is that the thermometer clearly indicates the initial air temperature in the...

3 days 前 | 0

已回答
Have a question regarding Cumtrapz
Hi @Govind Sankar Madhavan Pillai Ramachandran Nair cumtrapz() is used to approximate the cumulative trapezoidal numerical inte...

3 days 前 | 1

已回答
How can I solve a problem that is related to Fuzzy Logic Designer
Hi @ali To tune an initially-designed fuzzy controller using the app, you can generally follow the five simple steps outlined b...

11 days 前 | 0

已回答
Please help explain it
Hi @Jennifer I believe you have learned how to plot graphs from your Professor. So, I will proceed directly to demonstrating ho...

13 days 前 | 1

已回答
Using the PID Tuner to read excel data
Hi @Brandon The PID tuner can only tune single-input, single-output (SISO) linear time-invariant (LTI) dynamical system objects...

17 days 前 | 0

已回答
how to control the transparency of quiver
Hi @lang Because you have sufficient and relatively large data, you can try the sampling method shown below: load('S.mat', 'S'...

22 days 前 | 0

| 已接受

已回答
I need Matlab for theoretical physics course/research projects. I am uncertain about which products/toolboxes to get.
Hi @Ansh If you need to analyze theoretical and experimental data with uncertainties in measurements and to model complex physi...

1 month 前 | 1

已回答
how do I calculate "to raise to the power of" in a matlab fuction in simulink when the exponent is not an integer?
Hi @Carlos Thanks for the update. Which specific method did you use? Was it ? Regardless of the method employed, you should be ...

1 month 前 | 1

| 已接受

已回答
how to use Transfer Fcn
Hi @饕餮王 (Mr. Taotie) I do not intend to provide an in-depth tutorial on the topic of Integral Transform. The variable is a com...

1 month 前 | 1

| 已接受

已回答
How to iteratively solve when equations are dependent on each other.
Hi @John You can specify the range so that 'vpasolve' searches the solution in that region. load('Sigma_ysrtM.mat') load('T_o...

2 months 前 | 1

| 已接受

已回答
having error while running fuzzy controller and fuzzy set of matlab 2017 in matlab 2023?
All five membership functions of Input 2 are defined in the range [-1, 1]. However, when Input 2 has a value of -1.77138 that is...

2 months 前 | 0

已回答
No logro estabilizar mi sistema por PID
Hi @Bethsy Sheyla For learning purposes, I am providing a demo below to illustrate that an ideal Proportional-Derivative (PD) c...

2 months 前 | 0

已回答
How to Control Simulink from Matlab during Simulation
Hi @DJ V I am unable to address all questions in a single post, as some require knowledge of aerospace engineering. However, to...

2 months 前 | 0

已回答
How to get started on autopilot modeling and simulation?
Hi @Botond The modeling of fixed-wing UAVs and wind gusts is generally covered in Aerospace Engineering. In Mechatronics, you w...

2 months 前 | 0

已回答
What causes the SMC controller to be unable to track the desired position, leading to an excessively significant error between the desired and real positions?
Hi @Alfa I did not examine your Simulink model, as it requires technical knowledge of quadcopter dynamics. Assuming that your q...

3 months 前 | 1

| 已接受

已回答
How can I plot an impulse (sech(x)) consisting of 2002 points, where last 1001 point are zeros?
Hi @Anna_P @Mathieu NOE indeed has a point. My proposed approach does not give an absolute zero. If you require absolute zero f...

3 months 前 | 1

已回答
How can I plot an impulse (sech(x)) consisting of 2002 points, where last 1001 point are zeros?
Hi @Anna Mathieu has shown you how to do that in MATLAB. This is the standard approach in MATLAB computing. However, if you are...

3 months 前 | 1

已回答
Is there any specific clinical data classification only using triangular membership function available?
Hi @BHARATHIRAJA This response comes a decade late. Nonetheless, I hope this demo helps others understand how to fuzzify clinic...

3 months 前 | 0

已回答
Guideline for implementing PID and saturation
Hi @Jo I revisited your Lur'e system and designed a combined PID controller with a lead compensator in Simulink to regulate the...

4 months 前 | 0

已回答
how to use interp1() function with half data
Hi @li, If you double the data, it works. x=half(0:5) y=x.^2 interp1(double(x), double(y), 5)

4 months 前 | 1

| 已接受

已回答
Guideline for implementing PID and saturation
Hi @Jo This system is somewhat difficult to control. I have not explored how you successfully track the setpoint using a gain-s...

4 months 前 | 0

已回答
I'm trying to create a centrifuge compressor in simulink for surge study.
Hi @aziz I suggest that you run the simulation of the compressor equation in MATLAB. If it works in MATLAB, it is generally eas...

4 months 前 | 0

| 已接受

已回答
Bir robot itfaiye simulasyonu yapmak istiyorum nasıl yapabilirim/I want to make a robot firefighter simulation, how can I do it?
Hi @Kerem This is likely the simplest simulation of the fire engine's motion (represented as a particle) that I can guide you t...

4 months 前 | 0

已回答
Voltage and current waveform
Hi @Jyotiprakash A complete tutorial on this Electric Circuits in the Answer is impossible. It is advisable to read a standard ...

4 months 前 | 1

已回答
Bir robot itfaiye simulasyonu yapmak istiyorum nasıl yapabilirim/I want to make a robot firefighter simulation, how can I do it?
Hi @Kerem To run the simulation effectively, you need the math to describe the following components: The environment. The dyn...

4 months 前 | 0

已回答
Analyzing and developing PID control for a 5th order system
Hi @Niel I am not an expert in motor hardware, so I cannot explain how the 5h-order transfer function is derived. Most mechanic...

4 months 前 | 0

已回答
Analyzing and developing PID control for a 5th order system
Hi @Niel The characteristic polynomial of the 5th-order plant has zero coefficients for the terms , , and . The configuration o...

4 months 前 | 1

| 已接受

已回答
QFT ( Quantitative Feedback Theory) Controller
Hi @osama If you are referring to the original QFT Toolbox developed by Craig Borghesani, the founder of Terasoft, and previous...

4 months 前 | 0

加载更多