Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello all, I coded a nodal basis function for 1D element from [-1,1]. the code is below: close all; clc; clearvars; n=10; x = linspace(-1,1,n); for...
Is there a better way of solving simultaneous differential equations then using dsolve as MATLAB crashes everytime I use it? So I have a set of sim...
I'm trying to look at the phase and gain margin of an openloop system. Due to presentation/publications, I had to designa function to plot my amplitud...
I have built a matlab-script to linearize a gate-turbine-generator modell around a specific operation point. To create a general model, I have trie...
How to choose the desired poles for this system[MIMO closed system] (Controller and observer design) ? Select the desired poles according to your requ...
Dear Matlab community, I would expect the same step response in the plot in the following code, but the step response of G_y_r is unstable, while T...
Hi, I want to do online optimization in a simulink real-time environment. I dont have a plant model, the plant is in the 'real' world and controlle...
Hello, I would like to know if there is any way how to identify parameters if I have specified input to model and desired output. To be more specific ...
Hello everyone I want to model a time -domain dynamic system (A: as input signal and B: as output signal) using System Identification Toolbox. I ha...
how to create a state-space model without disturbance and how does the disturbance influence the solution I would like to identify parameters of an OD...