Beantwortet
How do I plot the dynamics of agents influencing each other?
Hii David, Hope below attached code helps you x1(1)=10; x2(1)=20; x3(1)=30; A=[0.1,0.2,0.3;0.4,0.5,0.6;0.7,0.8,0.9];%a11,a1...

mehr als 3 Jahre vor | 1

Beantwortet
filetering ECG signal using matlab
Hii Patrick, Refer to below attached link to find P,T waves of ECG signal https://www.mathworks.com/matlabcentral/fileexchange...

mehr als 3 Jahre vor | 0

Beantwortet
Powergui FFT Analysis for Higher Frequency
Hii Alliver, You can view high frequency content in the graph by setting MaxFrequency property to 150000 in command window Re...

mehr als 3 Jahre vor | 0

Beantwortet
Gaussian filter in Simulink
Hii, Gaussian Filter block has been removed. You may use the “gaussdesign”function and the  “Discrete FIR Filter “block inst...

mehr als 3 Jahre vor | 0

Beantwortet
Add Simscape-Multibody-Contact-Forces-Library
Step1: Refer to Configure MATLAB on Windows section in below attached link https://www.mathworks.com/help/matlab/matlab_prog...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
When plotting figures random in a figure, how can you make sure they dont overlap?
Hii, “RandStream” function can be used to set different seeds to generate different numbers and avoid overlap between symbols. ...

mehr als 3 Jahre vor | 0

Beantwortet
DSB SC DEMODULATION in matlab
Hi, Here, message signal amplitude is ‘Am’,carrier signal amplitude is ‘Ac’, 1)Modulated signal is product of message signal a...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
How to generate wide band OFDM signal using signal aggregation method?
Refer to below links for information regarding carrier aggregation: https://www.mathworks.com/help/lte/ug/uplink-carrier-aggreg...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
How to simulate an Arc fault in Simscape?
Refer the link given below for information on arc fault Simulink Simscape model: https://www.mathworks.com/matlabcentral/fileex...

mehr als 3 Jahre vor | 0

Beantwortet
mae as performance function for feedforward network in MATLAB2020b
In the code using net.trainFunc as ‘trainbr’ MATLAB is generating warning message and is considering the default performance fu...

mehr als 3 Jahre vor | 0

Beantwortet
design a function to identify whether the gray scale of the specified area meets the conditions
You can use below attached code as a reference function I=F(I,a,b) [c, d]=size(I); for i=1:c for j=1:d if(a<...

mehr als 3 Jahre vor | 0

Beantwortet
Plotting and Save Data for Multiple Variables
Hii Sohel, 1)By using “for” loop you can calculate the value of R and get graph of (Iam,R) for each value of n1,r1. 2)You can...

mehr als 3 Jahre vor | 0

Beantwortet
Detecting closely packed bubbles (diameter and outline) using MATLAB image processing
Hii Punnag, “histeq”,”imfindcircles” functions are useful to detect circles You can also refer to attached code for your use...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
R-Plot a Stored Graphic
Hii, MATLAB workspace variables will be deleted after exiting ,so you will not be able to access variable ‘P’. Moreover ‘P’ is...

fast 4 Jahre vor | 0

Beantwortet
READTABLE FUNCTION. NOT WORKING FOR ME.
Hii, It seems like Examples folder which contains .xlsx folder is not added to path.I recommend you to add the folder to path b...

fast 4 Jahre vor | 0

Beantwortet
Matlab xlsread and add new data to opened file
Refer to below link: https://www.mathworks.com/matlabcentral/answers/440949-can-xlswrite-be-used-to-append-information

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
How to calculate forward differences in Matlab?
Refer to below link: https://www.mathworks.com/matlabcentral/fileexchange/72581-newton-s-forward-interpolation/?s_tid=LandingPa...

fast 4 Jahre vor | 0

Beantwortet
How to plot BER for CDMA system
Hii Refer to below code: https://www.mathworks.com/matlabcentral/fileexchange/65547-ber-vs-snr-for-cdma-gaussian-for-2-user

fast 4 Jahre vor | 0

Beantwortet
how to concatenate variables for DWI images
Hii, As you have concatenated 5 images (176x176x14) along 2nd dimension ,the resulted image has (176x880x14) ,where 880=176*5,w...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
Save image into tif or png, or jep without changing pixel number
Hii, Below attached link might help you in preserving the dimensions of .fig file while trying to save as .tif,.png,.jpeg . ...

fast 4 Jahre vor | 0

Beantwortet
mclcppclass.h error
Hii, You can try modifying these line in your code as: const char *av= "Hello World"; instead of const char av[]= "Hello W...

fast 4 Jahre vor | 0

Beantwortet
Matlab Bioinformatics toolbox error "Reference to non-existant field 'Sequence'"
Hii, The record (NC_000964)which you are trying to access doesn't contain sequence information,because of which you are facing...

fast 4 Jahre vor | 0

Beantwortet
Understanding the vision.TextInserter ERROR
Hii, vision.TextInserter is replaced with the function insertText .So replacing the existing code line with insertTextfunction...

fast 4 Jahre vor | 2

| akzeptiert

Beantwortet
Error using histc Edge vector must be monotonically non-decreasing.
Hii, The error is due to following code lines: xpos(xpos==0)=nan; ypos(ypos==0)=nan; By modifying these lines as below xpo...

fast 4 Jahre vor | 0

Beantwortet
Test Data Analysis and Visualisation
Hii, You can use Statistics and machine learning toolbox for data analysis and visualization Hope, the below links might help...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
How to introduce training and labeled image to train a neural network
Hii, You can verify the path where respective images, label files are stored and include those paths correctly in the code. The...

fast 4 Jahre vor | 0

Beantwortet
How to apply DTCWT in MATLAB?
Hii, You can refer the below link which has an example with “Dual-Tree Complex Wavelet Transforms” https://www.mathworks.com/he...

fast 4 Jahre vor | 1

| akzeptiert

Beantwortet
Why filter orders are always Even numbers?
According to my understanding when firls function is trying to calculate frequency response H(k) components depending on the giv...

etwa 4 Jahre vor | 1

Beantwortet
Changing limits of a figure color bar using the property inspector does not change the figure colors correspondingly.
According to my understanding you are trying to change the color of the plot. This can be done by using property inspector-> ...

etwa 4 Jahre vor | 0

| akzeptiert

Beantwortet
How can I plot multiple iteration loglog graphs.
You can try using nexttile which is similar to subplot By using nexttile, loglog inside the for loopyou will be able to plot th...

etwa 4 Jahre vor | 1

| akzeptiert

Mehr laden