Answered
Can't find peltier device in simscape library.
This might be because of the unavailability of Simscape Electrical toolbox. So, you may require installing Simscape Electrical t...

4 years ago | 0

| accepted

Answered
ee_solar_boostconverter_maxpowerpoint code dont open
This example is introduced in MATLAB R2020a version (See Featured examples in this link). Since you are using R2018b version, yo...

4 years ago | 0

Answered
How can I use set_param to set StartFcn from within a class method?
Can you add the error being thrown when you use 'app.registerListeners(app)' as the third parameter? If this is the error, T...

4 years ago | 0

Answered
Problem in HDL workflow advisor
You may use one of the following commands to setup third-party tools before using HDL Workflow Advisor and hsetupedatoolsenv % ...

4 years ago | 1

Answered
Probability of Error vs Noise
You may use SNR to find the Eb/No ratio. 1. Calculation of SNR: You may use snr function to find the signal to noise ratio of...

4 years ago | 0

Answered
Communication System and AM modulation convert to Coherent demodulation
You may refer this answer or follow the below steps for basic DSBSC/SSBSC coherent demodulator. Let the received signal be recei...

4 years ago | 0

Answered
hello guys , i'm new to matlab anf i don't know how to create a vector H that correspond to the Fourier transform of an ideal lowpass filter with cut off frequency fc = 10 Hz.can anybody help thanks in advance
You may use the following documentation to design a low pass filter https://www.mathworks.com/help/dsp/ug/lowpass-filter-desig...

4 years ago | 0

Answered
Chirp Signal that decreases frequency then stabilizes to a constant frequency
You may try the following idea % Chirp signal with an initial frequency of 0 and target frequency of 10 hchirp1 = dsp.Chirp( ....

4 years ago | 0

| accepted

Answered
window7 64bit to window7 32bit
You may refer the following answers https://www.mathworks.com/matlabcentral/answers/290015-get-free-version-for-windows-7-32-bi...

4 years ago | 0

Answered
Can't install Matlab R2020a on linux mint 19.3 cinnamon
Did you try the steps mentioned in the MATLAB Answer in the pop-up? If not, you may refer the following. There are a few reason...

4 years ago | 0

Answered
Lire un fichier .mat en boucle sous simulink pour une execution infinie
Yes, you can use Simulink to observe spectrum. You may use MATLAB Function block to read the data from *.mat file in a loop and ...

4 years ago | 0

Answered
matlab installer "you must verify your university login information" the "click here" link is dead
You might have received this message because your University's license is using Shibboleth Identity Management. Refer this answe...

4 years ago | 1

| accepted

Answered
Help shifting a movmedian plot along the x-axis
The difference in the x locations might be because you are not plotting movmedian(Don,7) against x. You may try the following to...

4 years ago | 0

Answered
Compare similarity of two histograms?
You may use pdist2 function to compare the histograms. Refer the following answer for more details https://in.mathworks.com/...

4 years ago | 0

Answered
How to get started with Mode based design with Matlab
You may use the following documentation pages to get started with Model-based design. Model-Based Design with Simulink STEP 1...

4 years ago | 1

| accepted

Answered
Readmatrix does not work when the Excel file is open
This is an expected behaviour in windows. Files get "locked" when opened and can often not be accessed by other applications. ...

4 years ago | 2

Answered
how to generate a Gaussian white noise with a mean of zero inside ODE function
You are using correct function to generate white gaussian noise samples. However, you may not create white gaussian noise within...

4 years ago | 0

Answered
How to open image in a new window if it is bigger than my axes in Matlab Gui
You may add figure command before displaying the images. figure % code to display the first image imshow(image1) figure %...

4 years ago | 0

Answered
Same code, different result????
In your script trapezoid, the function trapezoid is treated as a local function and hence, it cannot have same name as that of s...

4 years ago | 0

| accepted

Answered
Mean of matrices calculation
Hi, You can find the sum of all velocity matrices and find the average as % average = (velocityMatrix1 + velocityMatrix2 + .....

4 years ago | 0

| accepted

Answered
Simulink Variant, missing "Override Using" context menu
From R2019a, the Override variant conditions and use the following variant option no longer exists. To get the same functionalit...

4 years ago | 0

| accepted

Answered
Error in documentation\Example -Simulink Compiler 2020A
I have brought this issue to the notice of our developers. They will investigate the matter further.

4 years ago | 0

| accepted

Answered
Difference Between Filter Designer and Filter Builder
The main difference is that the design of a filter in Filter Designer starts by selection of an algorithm whereas, Filter Builde...

4 years ago | 0

| accepted

Answered
variable in local function in livescript
The variable a is defined in base workspace and hence, the error is because of the unavailability of variable a in function work...

4 years ago | 0

| accepted

Answered
How come my chebyshev order keeps changing once I change my Ws and Wp?
The cheb1ord function calculates the minimum order of a Chebyshev Type I filter required to meet a set of filter design specific...

4 years ago | 1

| accepted

Answered
Chirp Signal that decreases frequency then stabilizes to a constant frequency
You may use dsp.Chirp object to create a chirp signal. You may refer the example in the linked documentation to generate chirp s...

4 years ago | 0

Answered
Hello I would to figure out how to add poles into matrix from a for loop
In the code, poles(k)=[1 sp(k) 1] you are assigning a row vector of size 1x3 to poles(k) with size 1x1. The error is due to mi...

4 years ago | 0

Answered
Can an existing MATLAB version(institute license) be upgraded to latest version offline?
You may refer the following documentation https://in.mathworks.com/help/install/ug/update-mathworks-software-on-offline-machine...

4 years ago | 0

Answered
Simulink Onramp 13.1 Task 5
You need to connect signal h to the input of switch block

4 years ago | 1

Load more