回答済み
2nd order Differential Equation
Hi @Mustafa Almoghrabi With the limited info, this is a brief example you can explore ode45 (please Google this) and modify the...

約4年 前 | 1

回答済み
How do I get to boldface the numbers that I input?
You can use the TeX markup option for the bold font. \bf text

約4年 前 | 0

回答済み
My question is that How we Plot the pole placement region using MATLAB?
I'm sorry but I don't know what pole placement region is, because Google results do not show the region of the pole placement. I...

約4年 前 | 0

回答済み
How i plot the main grid in pole placement region
Have you tried coding this? y = (-1:0.01:1)'; x = - sqrt(1 - y.^2); plot(x, y, 'b--', 'linewidth', 1.5) axis([-2 ...

約4年 前 | 0

回答済み
Design a Fuzzy Control FLC that uses the indirect field-oriented control IFOC approach to regulate the velocity of an IM motor
Hi @Emadaddin Abdo Mohammed Alazzani Found this example on tuning the Field-Oriented Controllers for a PMSM. https://www.mat...

約4年 前 | 0

回答済み
NEED HELP FAST !! Find the solution of the following ordinary differential equation by first bringing it to a first-order system
@Vlad After getting the first-order equations from odeToVectorField, then you need only four lines of code to solve them. f = ...

約4年 前 | 1

| 採用済み

回答済み
system of linear differential equation with Runge Kutta Method 4 order
Hi @Diksha Gautam I have updated the code for running a few iterations to generate the results for different values of s. Plea...

約4年 前 | 0

回答済み
I wanna ask if anyone can help , I have a non linear graph , which I want to make it linear can I do it using Matlab
Since you didn't provide the data for the random-looking graph, this maybe not what you are looking for, but it is a very simple...

約4年 前 | 0

回答済み
Plotting magnetic field intensity generated by a specified wire geometry
Hi @MRR quiver and contour came into my mind when you mentioned about field intensity and current loops. https://www.mathworks...

約4年 前 | 0

回答済み
I want to optimize two variables
@MEKDES KASSA Since u and p are the variables, geometrically, this equation is a plane (flat surface) By varying B, the plan...

約4年 前 | 1

回答済み
Is it my equation wrong? Cause I get a weird graph for this equation.
Hi @Muhammad Harriz Bin Zamri Missing dot. t = 0:0.01:5; x = exp(-2*t).*tanh(4*t); plot(t, x, 'linewidth', 1.5) xlabel('t')...

約4年 前 | 1

回答済み
How to plot 3 membership function and find the µ of each one for a specific X ?
Hi @redha wassim brahimi You can refer to doc trapmf, and plot the membership functions. Edit: To include the firing of fuzzy ...

約4年 前 | 2

| 採用済み

回答済み
Hi! I am trying to code the Eq.8 in the picture attached. I am copying my MATLAB code for the Eq. 8.I am facing issue in for loop. Loop runs but dont gets the required resuls.
Well @ABU BAKAR, I didn't change the equations. Do the two results look the same to you? % Parameters alpha = 3/4; abc ...

約4年 前 | 0

回答済み
Parametrical solving a nonlinear equation. Warning: Explicit solution could not be found. > In solve at 179
Hi @Jaber Then, it implies that your equation is a transcendental equation. Here is an example: syms x y eq = x - sin(x) == y...

約4年 前 | 1

| 採用済み

回答済み
How to find the roots of a polynomial?
@Mohamed Illafe If the values for the parameters w, x, y are known, then it simplifies the matter. syms f(t, w, x, y) f(t,w,x...

約4年 前 | 0

回答済み
Why is error integrated in Simulink Environment Water Tank Model observations?
Hi @Timothy Thacker If my educated guess is correct, adding the integral of the error has something to do with the Watertank Mo...

約4年 前 | 1

| 採用済み

回答済み
How to find Coefficient R
Corrected. Please check. R = (sum((x-meanx).*(y-meany)))./(sqrt((sum((x-meanx).^2)).*(sum((y-meany).^2)))) r2 = R^2

約4年 前 | 2

| 採用済み

回答済み
I need an explanation of the functions in this code
Hi @Aktham Naeem Maybe the situation is less ideal than you have imagined, but I found only 7 functions that you need to unders...

約4年 前 | 1

回答済み
bode plot of boost converter on simulink
Hi @MURAT YILMAZ This good example shows you how to get the Bode Response of Simulink Model: https://www.mathworks.com/help/sl...

約4年 前 | 0

回答済み
How can I plot a three-species Lotka-Volterra model?
Hi @Hagen Gersie Read doc ode45. You can also follow the example and do something like this: sigma = 10; beta = 8/3; rho = ...

約4年 前 | 3

回答済み
Do my fuzzy logic correct and how to tune my PID properly using this system?
Hi @Isyraf Izuddin Plant #2 Since you didn't specify the performance criteria, the fuzzy system is designed with some impromen...

約4年 前 | 1

| 採用済み

回答済み
i want to find the solution of this second order differential equation
Possibly does not have a closed-form solution. f = @(x, y) [y(2); ... y(1)*2.869*(3.06693 - (3.125*x^0.1))]; tspan = linsp...

約4年 前 | 0

回答済み
How do I solve a symbolic system for a certain vector?
Hi @Vítor Narciso It's an interesting problem as mentioned by @Paul. The following does not solve your problem symbolically in ...

約4年 前 | 2

回答済み
how can i see a points(x,y) value from a matlab plot
Also try this: datacursormode x = linspace(-10, 10, 201); y = x.^2; plot(x, y, '.') dcm = datacursormode; dcm.Enable = 'on'...

約4年 前 | 0

回答済み
Please help to get answer of this particular problem, which I won't understood, If A=[1 12 15;3 16 20;5 24 25] what will be the value of 'a' if [a b]=size(A)?
@kapil Jadhav Since the matrix A is [3-by-3] matrix, then [a b] = size(A) returns a = 3 % number of rows b = 3 % numbe...

約4年 前 | 1

回答済み
Sine wave with variable frequency
Like this? x = linspace(0, 6*pi, 6001); y = cos(0)*sin(0.3*x.^2); plot(x, y, 'linewidth', 1.5) Use the Interpreted MATLAB ...

約4年 前 | 0

回答済み
set parametre fractional Transfer Function block
@bilel kanzari, try if this works: set_param('FOPID_Model3eme_critq/LOW', 'polePoly', 's^3.3 + 11s^1.7 + 32s + 25');

約4年 前 | 1

| 採用済み

回答済み
CC CV control with Frequency modulation
Hi @SALAH alatai Try following the examples on using these functions to extract the mathematical model. https://www.mathworks...

約4年 前 | 0

回答済み
field-oriented control for induction motor
Hi @ayoub reffai Don't give up! If you can extract the mathematical model (differential equations / state-space model) from t...

約4年 前 | 1

| 採用済み

回答済み
How to make the following shape in Matlab
Hi @Med Future Edit: Make good use from @Walter Roberson's polynomial regression model of the second pulse from the OP's second...

約4年 前 | 0

さらに読み込む