統計
All
Feeds
回答済み
fit S11to poles and zeros like in the article
Hey @fima v I believe you can use various MATLAB functions as 'sparameters','rationalfit' based on your data to achieve your go...
fit S11to poles and zeros like in the article
Hey @fima v I believe you can use various MATLAB functions as 'sparameters','rationalfit' based on your data to achieve your go...
約1ヶ月 前 | 0
回答済み
How to plot multiple ellipsoids on one figure
Hello @Max As far as I understood the question we need to plot a series of ellipsoids whose radii will exponentially decrease i...
How to plot multiple ellipsoids on one figure
Hello @Max As far as I understood the question we need to plot a series of ellipsoids whose radii will exponentially decrease i...
約1ヶ月 前 | 0
回答済み
plot .dxf file in matlab
Hello Hans This MATLAB Answer link might help https://www.mathworks.com/matlabcentral/answers/151665-how-to-create-a-dxf-file-...
plot .dxf file in matlab
Hello Hans This MATLAB Answer link might help https://www.mathworks.com/matlabcentral/answers/151665-how-to-create-a-dxf-file-...
約1ヶ月 前 | 0
回答済み
amplitude spectrum of signal
Hey @AshCrow, You can define 'x(t)' and 'h(t)' using basic MATLAB arrays as below and plot using the 'plot()' function. % Defi...
amplitude spectrum of signal
Hey @AshCrow, You can define 'x(t)' and 'h(t)' using basic MATLAB arrays as below and plot using the 'plot()' function. % Defi...
約1ヶ月 前 | 0
回答済み
Run Model on Simulink and Run controller on Microcontroller F28379D Texas Instrusment
Hey @ha duc, From your limited description of the goal you want to achieve what I can suggest from my understanding is to look ...
Run Model on Simulink and Run controller on Microcontroller F28379D Texas Instrusment
Hey @ha duc, From your limited description of the goal you want to achieve what I can suggest from my understanding is to look ...
約1ヶ月 前 | 0
回答済み
how to find maximum frequency
Hey @uzma Ashraf Ali, From what I could grasp from your question, you are unable to understand how to find maximum frequency in...
how to find maximum frequency
Hey @uzma Ashraf Ali, From what I could grasp from your question, you are unable to understand how to find maximum frequency in...
約1ヶ月 前 | 0
回答済み
Why R2024b C2000 ePWM Block generates useless "tbprdValue?Outputs" variable?
Hey @Junpeng, I came across your question and decided to dig deep. I found a Target Language Compiler file mentioning the value...
Why R2024b C2000 ePWM Block generates useless "tbprdValue?Outputs" variable?
Hey @Junpeng, I came across your question and decided to dig deep. I found a Target Language Compiler file mentioning the value...
約1ヶ月 前 | 0
回答済み
How to generate correlated noise
Hey @ric1321, I understand you want to generate correlated noise with Gaussian-like pdf and autocorrelation and you are facing ...
How to generate correlated noise
Hey @ric1321, I understand you want to generate correlated noise with Gaussian-like pdf and autocorrelation and you are facing ...
2ヶ月 前 | 0
回答済み
how to store histograms
Hey @sakshi Garg, To store histograms of various images, you can use 'imhist' to calculate the histogram of image data and then...
how to store histograms
Hey @sakshi Garg, To store histograms of various images, you can use 'imhist' to calculate the histogram of image data and then...
2ヶ月 前 | 0
回答済み
How to use 'corr' function
Hey @Ali Bunny, From your description I believe the goal is to measure how well each coin region looks like a dime, nickel or q...
How to use 'corr' function
Hey @Ali Bunny, From your description I believe the goal is to measure how well each coin region looks like a dime, nickel or q...
3ヶ月 前 | 0
回答済み
How to make rectangle rotatable
Hey Axel, I understand you want to rotate rectangles you plotted on your interactive figure for a floor planner you were try...
How to make rectangle rotatable
Hey Axel, I understand you want to rotate rectangles you plotted on your interactive figure for a floor planner you were try...
3ヶ月 前 | 0
回答済み
How to give color to data?
Hey vimal, From what I understand you might want to explore the 'Color' and 'DisplayName' Name-Value argument of the plot funct...
How to give color to data?
Hey vimal, From what I understand you might want to explore the 'Color' and 'DisplayName' Name-Value argument of the plot funct...
3ヶ月 前 | 0
回答済み
how to generate code?
Hey ankana, If I understood your question correctly you're trying to simulate a link status matrix based on a probabilistic mod...
how to generate code?
Hey ankana, If I understood your question correctly you're trying to simulate a link status matrix based on a probabilistic mod...
3ヶ月 前 | 0
回答済み
How to write datastore to folder?
Hey Jun Er Sim I went throught the documentation and based on the example code we can loop through the results to show them. T...
How to write datastore to folder?
Hey Jun Er Sim I went throught the documentation and based on the example code we can loop through the results to show them. T...
3ヶ月 前 | 0
回答済み
how to calculate SNR?
Hey hafis, You can use MATLAB's inbuilt 'snr' function. snr(x,y) returns the signal-to-noise ratio (SNR) in decibels of a sig...
how to calculate SNR?
Hey hafis, You can use MATLAB's inbuilt 'snr' function. snr(x,y) returns the signal-to-noise ratio (SNR) in decibels of a sig...
3ヶ月 前 | 0
回答済み
Error in filtering data
Hey Trishneeta, I believe "matrix is close to singular or badly scaled" warning in MATLAB, typically indicates numerical instab...
Error in filtering data
Hey Trishneeta, I believe "matrix is close to singular or badly scaled" warning in MATLAB, typically indicates numerical instab...
3ヶ月 前 | 1
| 採用済み
回答済み
Error in savefig command
Hey Konstantinos, I believe the error being thrown could be due to 'savefig' being called with an incorrect input type. As per...
Error in savefig command
Hey Konstantinos, I believe the error being thrown could be due to 'savefig' being called with an incorrect input type. As per...
3ヶ月 前 | 0
回答済み
HDF5 transpose data?
Hey Nycholas, I believe this maybe due to the difference in the way different languages store data. C uses row-major and MATLAB...
HDF5 transpose data?
Hey Nycholas, I believe this maybe due to the difference in the way different languages store data. C uses row-major and MATLAB...
3ヶ月 前 | 0
回答済み
can display .mat files into gui matlab?
Hey Rega, I recently worked on something similar. I believe you can load any .mat file by first creating an appropriate GUI ...
can display .mat files into gui matlab?
Hey Rega, I recently worked on something similar. I believe you can load any .mat file by first creating an appropriate GUI ...
3ヶ月 前 | 0
回答済み
How to get spectral image of .mat file?
Hey john, I came across a MATLAB Answer that seems closely related to your question. If I understand correctly, you're lookin...
How to get spectral image of .mat file?
Hey john, I came across a MATLAB Answer that seems closely related to your question. If I understand correctly, you're lookin...
4ヶ月 前 | 0
回答済み
How to convert .mat to .nii?
Hi Carlotta, I believe the issue lies in the input not being of the shape as expected by ‘make_nii’ function. The .nii files ar...
How to convert .mat to .nii?
Hi Carlotta, I believe the issue lies in the input not being of the shape as expected by ‘make_nii’ function. The .nii files ar...
4ヶ月 前 | 0
回答済み
Plot points with the spectra
Hey Ductho, I believe the function ‘scatter’ can help you achieve your goal. The 'scatter' function comes with the option of sp...
Plot points with the spectra
Hey Ductho, I believe the function ‘scatter’ can help you achieve your goal. The 'scatter' function comes with the option of sp...
4ヶ月 前 | 0
回答済み
send and receive data between F28379d and simulink
Hey reham, I reviewed your model and encountered the same issue you described. After investigating further, I identified a few ...
send and receive data between F28379d and simulink
Hey reham, I reviewed your model and encountered the same issue you described. After investigating further, I identified a few ...
4ヶ月 前 | 0
回答済み
How to change the size of bar in bar3 plot?
Hey Md Asraful Kabir, As far as I understood from the documentation of 'bar3', it spaces bars equally regardless of what tic...
How to change the size of bar in bar3 plot?
Hey Md Asraful Kabir, As far as I understood from the documentation of 'bar3', it spaces bars equally regardless of what tic...
4ヶ月 前 | 0
回答済み
Load large bus data in Simulink Rapid Accelerator mode
Hi Michaela, I followed the steps outlined in the documentation you shared. I tried the ‘InportLoadingBus’ model from the docum...
Load large bus data in Simulink Rapid Accelerator mode
Hi Michaela, I followed the steps outlined in the documentation you shared. I tried the ‘InportLoadingBus’ model from the docum...
4ヶ月 前 | 0
回答済み
ADC_PID_EPWM simulation
Hey Muhammad, I tried to reproduce your model based on the figure and tried to dig deeper in the issue you are facing. I believ...
ADC_PID_EPWM simulation
Hey Muhammad, I tried to reproduce your model based on the figure and tried to dig deeper in the issue you are facing. I believ...
5ヶ月 前 | 0
回答済み
Calculating average values from data file
Hey Samantha, Assuming your ‘.dat’ file has multiple columns (Assumed 10x3 in below code) the following code should help you ac...
Calculating average values from data file
Hey Samantha, Assuming your ‘.dat’ file has multiple columns (Assumed 10x3 in below code) the following code should help you ac...
5ヶ月 前 | 0
回答済み
How to find maximum value of all signals in Simulink?
Hey SM, I reviewed your model, and if I understand your requirements correctly, it seems the issue may be due to incorrect l...
How to find maximum value of all signals in Simulink?
Hey SM, I reviewed your model, and if I understand your requirements correctly, it seems the issue may be due to incorrect l...
5ヶ月 前 | 0
回答済み
How to connect input to input programmatically (add_line)?
Hey Danijel, I believe you want to connect your input signal to input of ‘To File’ block in order to export your input along wi...
How to connect input to input programmatically (add_line)?
Hey Danijel, I believe you want to connect your input signal to input of ‘To File’ block in order to export your input along wi...
5ヶ月 前 | 0
回答済み
Calculating ∆t from data set and plotting
Hey Jacob, If I am understanding the question correctly, assuming you have a variable ‘prices’ and you want to calculate the...
Calculating ∆t from data set and plotting
Hey Jacob, If I am understanding the question correctly, assuming you have a variable ‘prices’ and you want to calculate the...
5ヶ月 前 | 0