답변 있음
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...

3년 초과 전 | 1

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

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

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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. ...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

답변 있음
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<...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

답변 있음
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

거의 4년 전 | 0

| 수락됨

답변 있음
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...

거의 4년 전 | 0

답변 있음
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

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

| 수락됨

답변 있음
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 . ...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

답변 있음
Understanding the vision.TextInserter ERROR
Hii, vision.TextInserter is replaced with the function insertText .So replacing the existing code line with insertTextfunction...

거의 4년 전 | 2

| 수락됨

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

| 수락됨

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 1

| 수락됨

답변 있음
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...

거의 4년 전 | 1

답변 있음
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-> ...

대략 4년 전 | 0

| 수락됨

답변 있음
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...

대략 4년 전 | 1

| 수락됨

더 보기