統計

MATLAB Answers

0 質問
2,105 回答

ランク
40
of 302,053

評判
4,978

コントリビューション
0 質問
2,105 回答

回答採用率
0.00%

獲得投票数
1,059

ランク
 of 21,521

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,541

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

回答済み
How to avoid ANFIS warning
Try this: warning('off', 'all');

約1時間 前 | 0

回答済み
Error in MATLAB code for Sugeno fuzzy system
The FIS output object of y is "Outputs", not "output". It's a syntax error. The "newfis" and "setfis" commands have been removed...

約2時間 前 | 0

回答済み
how to plot states of takagi-sugeno state space model in matlab?
This example is presented because the forum and official documentation lack comprehensive, functional examples of the Takagi–Sug...

1日 前 | 0

回答済み
Plotting Symbolic 3x3 System of Equations
Hi @Athanasios Paraskevopoulos This is a meaningful contribution toward writing a linear algebra textbook for high school stude...

2日 前 | 0

回答済み
why its giving NaN (Not a Number)
I revisit the problem. There is no error in the coding terms. Although the nonlinear aircraft system is intended to be modeled a...

3日 前 | 0

回答済み
Hello. I want to model an SVC (with TSC & TCR) for power factor correction, but I would like to use a PI controller to control the SVC. How can I do that?
Hi @Fretz What you requested here is almost equivalent to the effort required to produce a thesis or an industrial technical re...

4日 前 | 0

回答済み
Axes label in root locus
Hi @Anna This is not a solution to the R2026a labeling issue with rlocus or rlocusplot, but rather a primitive math approach (o...

5日 前 | 0

回答済み
How to avoid horizontal black lines across the map and how to force Meridian lines to print every 30°on the map?
Cartography isn’t my business, but it seems that disabling crs.ProjectionParameters in the generated code removes those thick bl...

6日 前 | 0

回答済み
If f(t) =t^n, find L [f(t)]
Use the command from Symbolic Math Toolbox. syms u t % creates symbolic variables f = sin(u*t); % the expression f(t...

12日 前 | 0

回答済み
Plotting fit lines on multiple sets of data in one plot - how to limit each of the fit lines start and end points?
Hi @Caelan Without seeing the code, I suspect you may have accidentally extrapolated at query points outside the domain covered...

18日 前 | 0

回答済み
is it easy way to use robust fuzzy logic controller for AGV
Hi @Medihiya In my design experience, it may not be as simple as @Umar described above. While it is necessary to ensure that th...

27日 前 | 0

回答済み
how to write fuzzy rules for pd controller
To design a fuzzy controller that achieves the same performance as a conventional PI or PD controller, we can use a 9-rule Sugen...

約1ヶ月 前 | 0

回答済み
sugeno -to - mamdani conversion
In the past, we cannot convert a Sugeno system to a Mamdani system because it will force MATLAB to perform a structural transfor...

約2ヶ月 前 | 0

回答済み
formula for exponential membership function
Technically, it is called the Laplace distribution, or the double exponential distribution. The Gaussian MF has a rounded peak, ...

約2ヶ月 前 | 0

回答済み
Solving two masses connected in series by springs
Hi @Robert Just additional lines for the displacement, velocity and acceleration of the 2nd spring. % ODEs of two springs fun...

約2ヶ月 前 | 1

| 採用済み

回答済み
Fuzzy MPPT Limit Cycle Oscillation: Duty cycle hunting between 0.2 and 0.35 (Boost Converter)
Hi @一超 I can't provide definitive answers to those 3 questions, but identifying the MPPT system transfer function and the perfo...

2ヶ月 前 | 1

| 採用済み

回答済み
SOSTOOLS for differential-algebraic systems?
Hi @Husni Rois Ali, This is not a complete answer in the MATLAB or SOSTOOLS sense, but it should provide insight into approachi...

3ヶ月 前 | 1

| 採用済み

回答済み
how to generate this sawtooth waform with phase shift of 4pie/5
Hi @Sibongakonke There are several ways to generate a sawtooth wave. When seeing a repetitive pattern of straight line segments...

3ヶ月 前 | 0

回答済み
PID controller in matlab code
Hi @mohammed hussein I revisited the problem, and you can perhaps use this as a mini guide. The manually estimated model is not...

3ヶ月 前 | 0

| 採用済み

回答済み
Control System Analysis Techniques course error
Hi @Dunbarin If this topic is related to control systems, you are probably required to implement the controller on the open-loo...

3ヶ月 前 | 0

回答済み
Is there a model of a three-phase, four-wire permanent magnet synchronous motor with a pure signal flow in Simulink?
Hi @钦伊 You can find the Three-phase PMSM drive model here. It uses the PMSM motor block, which requires Simscape™ Electrical™ (...

5ヶ月 前 | 0

回答済み
what's wrong with matlab dsolve ?
Hi @Dario This is not a solution to your problem but a demo to show the comparison between the numerical solution and the analy...

5ヶ月 前 | 0

回答済み
How do I find primitive polynomials for n > 16?
Hi @arthur The documentation for the function primpoly() indicates that the max degree is 16. You may consider using another fu...

5ヶ月 前 | 0

| 採用済み

回答済み
control of pumping station electrical devices via a fuzzy logic controller
Hi @Nabiyev Muslim You have confirmed my suspicion that removing the integrator indeed stabilizes the system, even though the r...

5ヶ月 前 | 0

回答済み
control of pumping station electrical devices via a fuzzy logic controller
Hi @Nabiyev Muslim The original plant ​ (cascaded –​) is an open-loop Type-1 5th-order system. This means ​ has a pole at the o...

5ヶ月 前 | 0

回答済み
How to draw the axis in the origin of the coordinate system?
Hi @Tina Fuhrmann You can try manually adding text descriptions at specified coordinates. %% Minimal Working Example figureFo...

6ヶ月 前 | 1

回答済み
Simulink pump transfer function output remains zero
Hi @Nabiyev Muslim I cannot help you with all aspects of the problem due to the lack of certain info, and the original plant sy...

6ヶ月 前 | 0

| 採用済み

回答済み
Average value buck converter PI tuning problems (convergence and instability)
Hi @Anh Tuan Generally, it is difficult to determine what went wrong by inspecting the block diagram alone. It is comparable to...

6ヶ月 前 | 1

回答済み
What are these blocks in Simulink and how to find?
Hi @Michelle The red block is the Zero-Order Hold block, typically used to "hold" the value of the current sampling point until...

6ヶ月 前 | 2

回答済み
Plot not displaying the y axis limits, even though "ylim" has been used.
Hi @Dharani Try something like the following: x = linspace(-1, 1, 201); y1 = 0.48*sinpi(x); y2 = -4e5*sinpi(x); figur...

6ヶ月 前 | 0

| 採用済み

さらに読み込む