回答済み
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...

約4年 前 | 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...

約4年 前 | 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...

約4年 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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. ...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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<...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

5年弱 前 | 0

回答済み
Understanding the vision.TextInserter ERROR
Hii, vision.TextInserter is replaced with the function insertText .So replacing the existing code line with insertTextfunction...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 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-> ...

5年弱 前 | 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...

5年弱 前 | 1

| 採用済み

さらに読み込む