A répondu
Triggered pulse generator with two inputs
With the few possibilities of A and B mentioned, the logic looks like SR flip flops. Incase your logic matches with SR Flip Flop...

presque 3 ans il y a | 0

A répondu
Plotting grapf of heat exchanger
The plot(c(:,1), c(:,3)) considers the first value of c(:,1) as x coordinate and first value of c(:,3) as the y coordinate and ...

presque 3 ans il y a | 0

A répondu
How to use For loop
Expressions like a<b<c are interpreted as (a<b)<c which turns out to compare the logical result from a<b (either 0 or 1) with c....

presque 3 ans il y a | 0

A répondu
A digital code has more than one distinct set of corresponding analog values. This is often caused by initial conditions.
The error is self-explanatory considering the function. The function takes analog signal value, digital code value, analog dynam...

environ 3 ans il y a | 0

A répondu
LTE DLSCH Decode - HARQ issue
Let us assume STATEIN to be the input argument and STATEOUT as output from the lteDLSCHDecode function for clarity. The STATEIN ...

environ 3 ans il y a | 0

| A accepté

A répondu
How can I generate time shifted Dirac delta function(impulse response)?
You can generate a time shifted dirac delta function by using the dirac function. Assuming the time shift to be a value ‘a’, dir...

environ 3 ans il y a | 0

A répondu
Parity Check Matrix Generation for 5G LDPC
The nrLDPCEncode gets the input data matrix and the base graph number as its arguments. You were right about the association of ...

environ 3 ans il y a | 0

A répondu
Simulations with undefined variables
You can save the variable to the base workspace by using the To Workspace block or by using the Data import/export option in the...

environ 3 ans il y a | 0

A répondu
Plotting A Waveform With Various Inputs
Few of the inputs mentioned are common to sine, square and triangular wave and some are specific. I am not sure of what exactly ...

environ 3 ans il y a | 0

A répondu
Why am I getting "Unrecognized function or variable 'EM'."?
My initial analysis indicates this error was because the function ‘EM’ is not defined either as a local function nor as a Matlab...

environ 3 ans il y a | 0

A répondu
when saving the figure ,the color made by stem function will change
Hello Zen, Looks like your .png/.jpeg file still holds the same color. Try changing the linewidth property and use the marker p...

environ 3 ans il y a | 0

A répondu
Simulink: How to hold a if conditional over a period of time
For an easy solution you can use Stateflow and create two states OFF and ON. Get the input SOC and check if it is greater than 8...

environ 3 ans il y a | 0

A répondu
Is there a tool for copying equations from, say, the MATLAB documentation into a .m file?
Hello Keenan, You cannot find the M file of the ‘Induction motor’ Simulink Block. You can find the subsystem blocks of it by ri...

environ 3 ans il y a | 0

A répondu
Arduino Support from MATLAB Not Installing
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution...

environ 3 ans il y a | 0

A répondu
Probabiliy Distributions in 3-D
You can use the surf function to create a 3D surface plot. This function lets you have an interactive 3D plot where you can have...

environ 3 ans il y a | 0

| A accepté

A répondu
Why does MATLAB crash when plotting?
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution...

environ 3 ans il y a | 0

A répondu
Sample a waveform at rate of 1pico second
Based on the information you have shared; I believe you acquired the waveform by plotting a workspace variable. Then it should c...

environ 3 ans il y a | 0

A répondu
NR PDSCH Throughput example SISO and MISO
The error “Expected Input to be Finite” occurs when the input contains non-finite value(s). In this case the equalizer output pd...

environ 3 ans il y a | 0

| A accepté

A répondu
Is it possible to set channel type to gaussian?
As of now the available options for channel type in the channel model configuration are the Rayleigh fading model types such as ...

environ 3 ans il y a | 0

A répondu
5G waveform generation with multiple bandwidth parts with in a single carrier
To characterize a 5G baseband component carrier waveform for multiple Bandwidth Parts (BWPs) each with their own sub carrier spa...

environ 3 ans il y a | 0