Beantwortet
How to convert Block parameter to input port?
Hi Rahul, In general you could try to work with a MATLAB funcion block in the following way: where the MATLAB function has t...

mehr als 6 Jahre vor | 0

Beantwortet
Regarding Transfer function blcok
Hi Nagasai, When you can say logic, it refers to include types of blocks such as AND / OR / NOT etc instead of your trasnfer fu...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to convert Block parameter to input port?
Hi Rahul, One possible simple solution would be to keep the Sine wave amplitud equal to 1, and then add the following to the bl...

mehr als 6 Jahre vor | 0

Beantwortet
Regarding Transfer function blcok
Hi Nagasai, A transfer function relates the process output ith its input, usually written in frequency domain, where the analys...

mehr als 6 Jahre vor | 0

Beantwortet
Solver and logging settings
Hi Siddhanta, If you want to simulate your model with a variable step solver and the model has a part that should work with a f...

mehr als 6 Jahre vor | 0

Beantwortet
Moving average filter cut-off frequency
Hi Mir Khadim, The cutoff frequency is defined as the frequency where the power gain is a half, also called as the −3 dB-point,...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Simulink model 'to workspace' output
Hi Mohsina, I see T_u matrix is loaded in you model using the From Workspace block. In this case each row of the matrix has tim...

mehr als 6 Jahre vor | 0

Beantwortet
How to import a transfer function from workspace into simulink?
Hi Azam, One possible solution is: Create a transfer function in the workscape: for example, type in the command window F = t...

mehr als 6 Jahre vor | 6

Beantwortet
Algebraic Loop in Simulink, missing datas
Hi, I see you have tried to introduce delays. Since you say it can only be solved in a loop (so it is not possible to solve the...

mehr als 6 Jahre vor | 0

Beantwortet
Simulink model takes lot of time to save
Hi Barghav, Please find below some recommendations you can find in the MathWorks documentation: Modifying and Simplifying Yo...

mehr als 6 Jahre vor | 0

Beantwortet
Why model referencing slows down the simulation?
Hi Nicolas, By default, Simulink uses 'normal mode' to simulate a reference model. Normal model means that the model is simulat...

mehr als 6 Jahre vor | 1

Beantwortet
Solve system of equations give wrong solution
Hi Abdullah, When using vpasolve, try (if possible) to include a good guess of the solution (X0). The X0 is optional, if no val...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to change the legend in simulation data inspector?
Hi Udhaya, Here I write you some possible solutions/suggestions to your questions: 1) The Simulink Data Inspector use as lege...

mehr als 6 Jahre vor | 1

Beantwortet
Matlab Online no reconoce credenciales de mail de facultad. falta algun dato o permiso?
Hola Patricia, Por favor, ve al siguiente enlace: https://se.mathworks.com/support/contact_us.html y haz click en "Create Se...

mehr als 6 Jahre vor | 0

Beantwortet
figure - plot, semilogx, loglog, ...
Hi Robin, Indeed, those codes give the same results. If you know in advance that your plot should have one or both axes in lo...

mehr als 6 Jahre vor | 0

Beantwortet
fitting of a sinusoid
Hi Anik, Try to use the Piecewise Cubic Hermite Interpolating Polynomial (PCHIP) function. The function pchip does not include ...

mehr als 6 Jahre vor | 0

Beantwortet
Algebric loop Error in a feedback
Hi Abhay, I share with you some content from documentation regarding algebraic loops: When a model contains an algebraic loop,...

mehr als 6 Jahre vor | 0

Beantwortet
How to join two line plots
Hi Ganesh, To find the extreme point of a set of points (x1,y1) you could try: [maxy1, indexy1] = max(y1); x1(indexy1); If ...

mehr als 6 Jahre vor | 0

Beantwortet
How to implement first order low pass filter in Matlab?
Hi Raja, Since your input has a delay, then the input can be expressed as, say u(t)=f(t-a), where a is the time delay you menti...

mehr als 6 Jahre vor | 0

| akzeptiert

Gelöst


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

etwa 7 Jahre vor

Gelöst


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

etwa 7 Jahre vor

Gelöst


Extract a specific part of matrix!
In the given matrix, extract element that have odd rows and column number. For example A=[1 4 2 3 5] B=extractodd(A);...

etwa 7 Jahre vor

Gelöst


Rotate Matrix Depending on the input
Rotate matrix (CounterClockwise) via 90, 180 or -90 depending on the input Ex. a = [1 2 3; 4 5 6; 7 8 9] b = 90; ...

etwa 7 Jahre vor

Gelöst


Create tangent function out of sine function only
Please don't use cosine and tangent functions

etwa 7 Jahre vor

Gelöst


Create tangent function out of cosine only
Please don't use tangent and sine functions

etwa 7 Jahre vor

Gelöst


Create sine function out of cosine
Please don't use sin(x) directly

etwa 7 Jahre vor

Gelöst


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

etwa 7 Jahre vor

Beantwortet
fsolve problem
You can try with the function solve. For example, to force getting real solutions: syms x eqn = x^5 == 3125; solve(eqn, x) %...

etwa 7 Jahre vor | 0

Gelöst


Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...

etwa 7 Jahre vor

Gelöst


Love triangles
Given a vector of lengths [a b c], determines whether a triangle with non-zero area (in two-dimensional Euclidean space, smarty!...

etwa 7 Jahre vor

Mehr laden