Umeshraja
Followers: 0 Following: 0
Statistica
RANK
239.596
of 294.599
REPUTAZIONE
0
CONTRIBUTI
0 Domande
29 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
2
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
circa 19 ore fa
Risolto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...
circa 19 ore fa
Risolto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
circa 19 ore fa
Risolto
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...
circa 19 ore fa
Risolto
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
circa 19 ore fa
Unable to generate a proper contour plot
Hi @Bamelari Jovani The lines highlighted below are indeed attempting to mask areas outside the fluid domain to prevent plottin...
4 giorni fa | 0
Store image into array for classification training (SOM)
Hi @Justin I understand you're preparing a large dataset of images for training a Self-Organizing Map (SOM) and need to convert...
4 giorni fa | 0
Without entering incident angle signal collection by phased.collector
Hi @Görkem, I understand you're asking about signal collection and direction finding using a Uniform Linear Array (ULA) antenn...
5 giorni fa | 0
how can i see final weights in nprtool?
Hi @majeed, To view the final weights and biases of the network trained using the nprtool in MATLAB, you first need to export t...
5 giorni fa | 0
How to reconstruct/resample signal into continuous signal
Hi @Andreas, The process of reconstruction is indeed more complex than a simple resampling operation. It is true that a signal...
5 giorni fa | 0
Why does it give wrong answer?
Hi @Sadiq Akbar, As per latest MATLAB Documentation, the "rootmusicdoa" function is primarily designed for Uniform Linear Array...
7 giorni fa | 0
matlab code for multihop routing in wireless communication.
Hi @Bidyarani, There are several multi hop routing protocols in wireless communication. One such example is the multi-hop LEAC...
7 giorni fa | 0
Gerber File export function on the PCB Antenna Application made all my previously saved work go missing.
Hi @Ana, I understand that you were attempting to export a PCB Antenna design into a Gerber file using the PCB writer, but you...
8 giorni fa | 0
How to change nrDLCarrierConfig to FR2?
Hi @Al, To create an 'nrDLCarrierConfig' object for Frequency Range 'FR2', specific constraints apply to the configuration para...
11 giorni fa | 0
How can I do padding in continuous wavelet transform?
Hi @Leila Farahani, To apply various padding methods before performing Continuous Wavelet Transform (CWT) in MATLAB, you can ut...
11 giorni fa | 0
splitting a vector into separate vectors
Hi @Neda, If you are working with large 1D vectors. using a binary search might be a good option to optimize time complexity. ...
15 giorni fa | 0
Embedded coder support package for arm cortex-m33 processors
Hi @Lars Lindner, According to the latest MATLAB documentation, the ARM Cortex-M33 is not supported by MATLAB. You can verify t...
18 giorni fa | 0
Optimize antenna from pcbStack object
Hi @J, I understand you're looking to optimize an antenna created from a pcbStack object and have encountered issues with the o...
20 giorni fa | 0
Offset paraboloid reflector design
Hi @Albert Zurita I understand you're trying to create an offset paraboloid reflector design using MATLAB's Antenna Toolbox, bu...
22 giorni fa | 0
converting txt file to mat file; ads1298ecgafe-pdk
Hi @Elzbieta, I understand that you're working with ECG data from the ADS1298ECGFE-PDK device and trying to convert it to MATLA...
26 giorni fa | 0
Error using ilwt Expected LEVEL to be a scalar with value <= 1.
Hi @Baydaa, It seems you're encountering an error while using the 'ilwt' function for the Inverse Lifting Wavelet Transform. Th...
26 giorni fa | 0
How to compare between two images ?
Hi @Sally Sakr, I understand that you want to compare two images in MATLAB. Here are some methods for the same: Structural Si...
27 giorni fa | 0
| accettato
I want to calculate the affine transformation matrix (rotation, translation and scaling) for the binary image
Hi @Haytham Ali, I understand that you wanted to perform an affine transformation on a binary image. You can achieve this usin...
28 giorni fa | 0
Fourier mellin image registration for medical images of brain tumor
Hi @image-pro, I've found a useful resource for image registration using the Fourier-Mellin Transform: https://www.mathworks....
28 giorni fa | 0
Help needed with antenna gain settings
Hi @Saad Humayun, I understand that you wanted to create antenna object with a custom gain setting. As the gain property is typ...
29 giorni fa | 0
Rotate antenna radiation pattern using rotpat function such that boresight is aligned with the x-axis
Hi @Yasemin, To align an antenna's boresight with the x-axis, you can rotate its radiation pattern using the ‘rotpat’ function ...
circa un mese fa | 0
Wavelet decomposition (Meyer) for a signal
Hi @Thomas PLOCOSTE, To decompose a signal using the Meyer wavelet, you should use "dmey" as the wavelet name. Here's an exam...
circa un mese fa | 0
denosing signal using wavedec and waverec
Hi @konoha, If you're looking to denoise a signal using 'wavedec' and 'waverec', you can follow these primary steps: Perform a...
circa un mese fa | 0
How to generate pulsed waveform of gold sequence?
Hi @Basmah Ahmad, If you're interested in generating pulsed waveforms of a Gold sequence, the Phased Array System Toolbox™ offe...
circa un mese fa | 0
Export from PCB antenna designer into workspace for radiation pattern definition
Hi @Louise Hazelton, To export the radiation pattern from the PCB Antenna Designer to the workspace, you should first export t...
circa un mese fa | 0