photo

Pavl M.


On which project you want to hire me?

Last seen: Today Actif depuis 2011

Followers: 0   Following: 0

Message
Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
Other - Ask me my pronouns
Professional Interests:
Control Design, Control, Architecture and Component Design, Vehicle Scenarios, Vehicle Motion

Statistiques

All
  • Knowledgeable Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • Solver
  • Explorer
  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
state space into transformer function ......where is the problem
I found and corrected it: clear all, close all, clc; syms f j k1 k R l %% State space representation A = [-f/j k1/j;(-k-k1...

3 jours il y a | 0

Réponse apportée
How to achieve the unification of addition and multiplication in state space models
clc clear all close all %Algebraic help: %sys = 1/(s+1) %2s/(s^2+2*s+1) = 2*s/(s+1)(s+1) = s/(s+1)(s+1) + s/(s+1)s+1) %(...

3 jours il y a | 0

| A accepté

Question


Spacing correction in documentation.
Please see the documentation pages of important built-in function: https://fr.mathworks.com/help/control/ref/dynamicsystem.damp...

6 jours il y a | 1 réponse | 0

1

réponse

Réponse apportée
M,C and K into state space model
Why sssMor ? For what? What are the rationale and motivations in doing so? What is the value in it? E is an optional descript...

6 jours il y a | 0

Réponse apportée
Data type problems using PID Control Block in Simulink
it is solvable, just convert(cast) uint16 to double by appropriate datatype convertion simulink block or by just simulink matla...

6 jours il y a | 0

Réponse apportée
What changes should have been made to run the code
clc clear all close all %amended code that plots: format long wt=pi/2; t=1; % t=0.01:0.01:5; % w=pi/2; w=wt./...

6 jours il y a | 0

Réponse apportée
how to merge two figures
How to license codes? My codeworks programme are on Specific ECommerce License. Have you already embedded codes in the .fig fi...

7 jours il y a | 0

Réponse apportée
How to find PI controller gains and conduct stability analysis
The answer to the 2 questions: 1. What would be the mathematical way to obtain the transfer function for this system and find ...

9 jours il y a | 0

Réponse apportée
Point Cloud Visualization using Lidar Sensor and Scenario Reader
Study more, contact more, get to know better more: You must specify the actor profiles generated from the scenario in the MATLA...

9 jours il y a | 0

Réponse apportée
Someone help me to plot Ids vs Vds for HEMT AlGaN/GaN
vectorized solution + units update: I commited, won(got accepted after a bid/proposal at freelance marketplace) and completed b...

9 jours il y a | 0

Réponse apportée
LQI controller is weirdly slow in response and doesn't always reach a goal on plant
hmm... quite interesting Interesting... especially if you have the delay large only on first activation and then the delay is r...

9 jours il y a | 0

Réponse apportée
Recursive estimation and forecasting
OK. Good. There are really quite many quite very interesting questions here. In order to answer in full to the question please ...

12 jours il y a | 0

Réponse apportée
Forecasting / Input response series data must be non-empty and a column vector.
%load data %yrs = evolutiondelademand.VarName1; %demand = evolutiondelademand.VarName2; odata = xlsread('TitanX Historical ...

12 jours il y a | 0

Réponse apportée
how to draw graphs for optimal control
clc clear all close all test = -1; % Test variable; as long as variable is negative ...the while l...

12 jours il y a | 0

Réponse apportée
changing the scale on the Y axis
xmesh1 = linspace(-1,0,10); xmesh2 = linspace(0,1,10); xmesh = [xmesh1,xmesh2]; yinit = [0 1 0 1 0 1 0 1]; init = bvpinit(...

12 jours il y a | 0

Réponse apportée
PRCC sensitive analysis graphs
%just made it working on both TCE NCE MPPL Matlab versions: clc clear all close all % Define parameter ranges paramRanges...

12 jours il y a | 0

Réponse apportée
how to combine to get single graph in optimal control problems
Code adjustment (descreasing, length, beautifying, refromatting, refactoring): I detected in the programme code script that th...

12 jours il y a | 0

Réponse apportée
forecasting method in matlab using VAR model
It's still OK, quite smooth and not problematic to solve complete and resolve in full. There are 2 different forecast functions...

13 jours il y a | 0

Réponse apportée
forecasting method in matlab using VAR model
clc clear all close all %% Step 1: Load data data = xlsread('https://www.mathworks.com/matlabcentral/answers/uploaded_file...

14 jours il y a | 0

Réponse apportée
How to apply seasonal decomposition and singular spectrum analysis (SSA) technique to time series
home clear all close all pack dt = readtable('time_series.txt'); %Prefilter - trim, + other datum munging if you'd li...

14 jours il y a | 0

Réponse apportée
Different performances of STL decomposition in MATLAB and Python
Are they "pretty" different? It looks ok your plots, the curves are not very different, just scale y axis in Python or plot as i...

14 jours il y a | 0

Réponse apportée
how do i get my desired settling time or rise time using lqr which things i need to change to get ny desired output or settling time 8 and rise time 5
Ultimate solution is to find direct funcional dependancy between t_rise = f1(Q,R,N), t_settling = f2(Q,R,N), So far no direct no...

17 jours il y a | 0

Réponse apportée
LQI controller is weirdly slow in response and doesn't always reach a goal on plant
It is indeed really factually very valued, yet undervalued and quite intersting, utile question. (Updated, 21 Nov. 2024, Final ...

18 jours il y a | 0

Réponse apportée
MATLAB unreasonably hard on my new Macbook Air even after the app is closed
It just means there are left processes(threads) services running consuming many of your CPU processing power. When you launch ...

18 jours il y a | 0

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

20 jours il y a

Réponse apportée
How do I change the mechanical properties of the cable in a belt-pulley system in Simscape Multibody?
These are codes produced by blend of Matlab AI helper and Copilot AI by up to 1/2 hour of training / tuning it from prompt (my w...

20 jours il y a | 0

Réponse apportée
Excel - Sheets Rearranging through MATLAB
Good question. Since as apparent, Excel driver treats the sheets sequence as linked list and so it by default adds it to the li...

20 jours il y a | 0

Réponse apportée
how to delete the first sheet of an excel through script
Good question. There are numerous options to do that complete. Which Excel driver are there available to utilize for greater v...

20 jours il y a | 0

| A accepté

Réponse apportée
Set decimal place for uitable
Select any format your wish: https://fr.mathworks.com/help/matlab/ref/format.html %in older Matlab versions format('shortE...

21 jours il y a | 0

Réponse apportée
Find closest values from two different matrices
%Version with zero loops. %Runs both on TCE MPPL Octave and Matlab. Finds not only corresponding equal entries on same places...

21 jours il y a | 0

Charger plus