Gelöst


Mass Conversion 1

etwa 5 Jahre vor

Gelöst


Temperature Conversion 3

etwa 5 Jahre vor

Gelöst


Temperature Conversion 1

etwa 5 Jahre vor

Beantwortet
Index exceeds the number of array elements (1)
Hi, please check if kinc indeed has at least two elements, because you are trying to get kinc(1) and kinc(2). Also, check the "1...

etwa 5 Jahre vor | 0

| akzeptiert

Gelöst


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

etwa 5 Jahre vor

Gelöst


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

etwa 5 Jahre vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

etwa 5 Jahre vor

Gelöst


Radial Zernike polynomials
Given an integer _n_ &ge; 0 and an integer _m_ &ge; 0, generate the <http://en.wikipedia.org/wiki/Zernike_polynomials radial Zer...

etwa 5 Jahre vor

Gelöst


Chebyshev polynomials of the 2nd Kind
Given an integer _n_ &ge; 0, generate the _n_-th <http://en.wikipedia.org/wiki/Chebyshev_polynomials Chebyshev polynomial of the...

etwa 5 Jahre vor

Gelöst


Chebyshev polynomials of the 1st Kind
Given an integer _n_ &ge; 0, generate the _n_-th <http://en.wikipedia.org/wiki/Chebyshev_polynomials Chebyshev polynomial of the...

etwa 5 Jahre vor

Gelöst


Generalized Laguerre polynomials
Given an integer _n_ &ge; 0 and a scalar _a_, generate the _n_-th <http://en.wikipedia.org/wiki/Laguerre_polynomials#Generalized...

etwa 5 Jahre vor

Beantwortet
Simulink S-Function output ports with scope
If I understood the question, when you say "get the Output in Simulink again" would mean: you would like to save in a vector so ...

etwa 5 Jahre vor | 0

Beantwortet
How to make this loop faster?
Is it possible to enter vectors as arguments in the function Obstaculo and get a vector as result? If so, then you could try rep...

etwa 5 Jahre vor | 0

Gelöst


Legendre polynomials
Given an integer _n_ &ge; 0, generate the _n_-th <http://en.wikipedia.org/wiki/Legendre_polynomials Legendre polynomial>. *Ex...

etwa 5 Jahre vor

Gelöst


Hermite Polynomials
Return the _n_-th <http://en.wikipedia.org/wiki/Hermite_polynomials Hermite polynomial> of the physicists' type. Assume that ...

etwa 5 Jahre vor

Gelöst


Laguerre polynomials
Given an integer _n_ &ge; 0, generate the _n_-th <http://en.wikipedia.org/wiki/Laguerre_polynomials Laguerre polynomial>. *Ex...

etwa 5 Jahre vor

Beantwortet
how can i get the Parametres of this modele ?
The following links explain the model and where those parameters are defined: This entry contains files accompanying the MATL...

mehr als 5 Jahre vor | 1

| akzeptiert

Beantwortet
How can I solve system of nonlinear hyperbolic equations
Are you using the pdepe command? Solve System of PDEs - MATLAB & Simulink (mathworks.com) If so, would it make sense to defi...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
exponential growth equation in matlab
It will be difficult to help you by starting from scratch here. I can refer you this implementation of COVID-19 modeling so you ...

mehr als 5 Jahre vor | 0

Gelöst


Get the value 100
Knowing that 123-45-67+89=100, write a function that gives this result for any order of the digits in the input. Otherwise, the ...

mehr als 5 Jahre vor

Problem


Double the next and alternate sign

mehr als 5 Jahre vor | 2 | 37 Lösungsvorschläge

Beantwortet
Error while using array or vector in state chart.
I think fanID should be of size 1, since it is a scalar that will change its value (1 or 2) during the chart execution. By the ...

mehr als 5 Jahre vor | 0

Beantwortet
How do I configure enum in matlab?
Not sure about the exact issue you are having, but please have a look at the way to use Enumerations for, in this case, MATLAB F...

mehr als 5 Jahre vor | 0

Gelöst


Kepler's Equation
Solve <http://en.wikipedia.org/wiki/Kepler's_equation Kepler's Equation>. Note that the solution is rounded down to 5 decima...

mehr als 5 Jahre vor

Beantwortet
How can I integrate a function?
You have defined 'f' as a function of x and N, but in the second for-loop and in the function 'integrate' you refer to 'f' with ...

mehr als 5 Jahre vor | 0

Beantwortet
Increase number of legend entries in Simulink Scope
Hey, you can have several scopes in the Simulink Model.

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
Saving to PC from Simulink
In the MATLAB home page look at the current folder, and take (copy) the files you created in there and paste them in the desired...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
Issue with state flow generated code
One of the setting that might affect what you are describing is the setting of "Block reduction" and "Condition input branch exe...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How to do this in Simulink?
Hi Avijit, In the command window, set values to the parameters Ka, Ta, Tw. Then, create the transfer functions by writing: s...

mehr als 5 Jahre vor | 0

Beantwortet
error on my code?
Hi Fatima, You could try downloading an script from this link https://www.mathworks.com/matlabcentral/fileexchange/17483-routh...

mehr als 5 Jahre vor | 0

Mehr laden