已回答
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...

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

已回答
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....

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

| 已接受

已回答
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 ...

3 years 前 | 0

已回答
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...

3 years 前 | 0