回答済み
Comparing Weight Values with LSM and ifft
Hi 종영 , As per my understanding, you are designing an antenna array beam pattern using Dolph-Chebyshev weighting and then atte...

9ヶ月 前 | 0

| 採用済み

回答済み
I have a 3d nifti image i want to path plan in it using rrt ,it has only labels 0,1,2,3 where 1,2,3 are obstacles, how do i define statspace for this?
Hi Mukund, It is my understanding that you would like to perform path planning using Rapidly-exploring Random Trees (RRT) for ...

9ヶ月 前 | 0

回答済み
Convolution of two matrixes of PDF values
Hi Daniel, It is my understanding that you wish to find the convolution of two matrices containing probability distribution va...

9ヶ月 前 | 0

回答済み
How to simulate control loop with sustained oscillation
Hi Banghyun, Your approach in simulating the system with a limit cycle using MATLAB looks almost correct to me. The commant '...

10ヶ月 前 | 0

回答済み
How to characterize PA for DPD implementation with or without hardware ?
Hi Utkarsh, Implementing Digital Pre-Distortion (DPD) for your Power Amplifier (PA) requires characterizing the PA using input...

10ヶ月 前 | 0

回答済み
2d planar array use AF and Deconvolution metod
Hi WJDNJ, It is my understanding that you have already created arrays for the beam pattern (Beam) and the response (meas), and...

11ヶ月 前 | 0

回答済み
QR Factorization mod2
Hi Eve, Manipulating the built-in QR factorization function in MATLAB to work under arithmetic modulo 2 directly is not straig...

11ヶ月 前 | 0

回答済み
How to read SINR measurements from all gNBs during a system level 5G simulation?
Hi Zeyad, As per my understanding, your goal is to obtain SINR (Signal-to-Interference-plus-Noise Ratio) reading for all 15 U...

11ヶ月 前 | 0

回答済み
how to access internet web browser
Hi 예지, You could use 'web' function to access internet web pages directly from the MATLAB workspace. The 'web' function opens ...

11ヶ月 前 | 1

回答済み
How to recover tx data from nrPerfectChannelEstimate
Hi 重阳, It is my understanding that you would like to recover transmitted data from the channel estimate. Recovering transmitte...

11ヶ月 前 | 0

| 採用済み

回答済み
How can I measure the (μm) length, diameter and radius of halloysite mineral?
Hi Dilshod, It seems like you would like to measure the length, diameter and radius of halloysite mineral. I assume you have a...

11ヶ月 前 | 0

| 採用済み

回答済み
Trying to plot response after the transients have died out
Hi Aditya, It looks like you have found the transient response of the system, and now you would like to analyze the steady sta...

11ヶ月 前 | 0

回答済み
How to deal with 2D surface fitting problem with particle swarm optimization
Hi Yunhyeok, As per my understanding, you would like to solve 2D surface fitting problem using the Particle Swarm Optimization...

11ヶ月 前 | 0

回答済み
After having created a MATLAB App of a Simulink Model, how do change the parameter edit fields into sliders?
Hi Arif, In MATLAB App Designer, you can adjust the slider limits by accessing the Component Browser menu, located on the righ...

11ヶ月 前 | 1

回答済み
How to implement the Central Difference method integrator for a two body problem?
Hi Sathvik, It is my understanding that you would like to calculate the numerical orbit time period for a given set of input v...

11ヶ月 前 | 0

回答済み
When drawpolygon(), how to programtically delete a series of vertices?
Dear Xingwang, It appears that you are aiming to programmatically eliminate all points located between point 1 and point 2 in t...

約1年 前 | 0

回答済み
Error using slslicer in command line for model slicing
Hi Akshay, It seems that you are facing an issue trying to use Model Slicer for a simulink model in command line. However, you...

約1年 前 | 0

| 採用済み

回答済み
How to compare the features from an unknown image with the feature vectors I extracted from my database images and display the matched image name?
Hello Ridhima, Based on what I've gathered, you're looking to compare an unknown image against a set of feature vectors that ha...

約1年 前 | 0

| 採用済み

回答済み
Why can i not copy a subsystem reference to a different model?
Hi Rik, It seems that you are encountering difficulties when attempting to copy a subsystem, which includes multiple reference...

約1年 前 | 0

回答済み
How to make an axis two different plots the same using the aspect ratio and how to set the contour colors the same.
Hi, As per my understanding, you would like to ensure the different plots in MATLAB have the same aspect ratio and contour col...

約1年 前 | 0

回答済み
Need Help running functions Resubmit
Hello James, I understand that you're looking to determine the bandwidth of a signal using various definitions. However, there ...

約1年 前 | 0

| 採用済み

回答済み
Is Matlab do LU in pure half (FP16) if input is A_h=half(A_d)? which A_d is rand(n)
Hi Nima, MATLAB's built-in 'lu' function supports only 'single' and 'double' datatypes. It doesn't natively support half-preci...

約1年 前 | 0

回答済み
how can I get overshoot, rise time, settling time... from an output?
Hi Ys, After simulating the system in Simulink and obtaining the output signal, make sure to log the output to the MATLAB work...

約1年 前 | 0

回答済み
Legend/Label in a compare command of an identified mimo system
Hi Benjamin, As per my understanding, you are facing an issue with labeling the outputs when comparing the measured data with ...

約1年 前 | 0

回答済み
impulse response of frequency shifted complex rational fit
Hi Robert, As per my understanding, you would like to convolute a baseband complex signal with the baseband equivalent channel...

約1年 前 | 0

回答済み
Frequency domain response from time domain response using PSD
Hi Mohammed, As per my understanding, you are encountering spectral leakage and noise in your Fast Fourier Transform (FFT) out...

約1年 前 | 0

回答済み
Is this a right way to code nested sums?
Hello Marcello, To implement nested summations, you may employ nested 'for' loops or use array operations. The selection of the...

約1年 前 | 1

回答済み
How to create batch mode between matlab and optistruct? If I want to change some variables such as young's modulus for optimization how do I do it?
Hi Adeline, Here is a general workflow to change design variables for optimization in MATLAB and use it to control and interac...

約1年 前 | 0

回答済み
Unable to obtain dropdown menu in Control System Toolbox
Hello Aniello, It seems you're experiencing some trouble with the Control System Designer application. I've tried to replicate ...

約1年 前 | 0

回答済み
In the new version of cwt(), what is the bandwidth of the default Morlet wavelet?
Hello Tom, It is my understanding that you would like to characterize the wavelet you used, and visualize the mother wavelet. ...

約1年 前 | 0

さらに読み込む