Community Profile

photo

Swetha Polemoni

MathWorks

Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

I am Application Support Engineer at Mathworks.
Disclaimer: Any articles /ideas/opinions here are my own and no way reflect that of Mathworks

Statistiken

  • Revival Level 3
  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How visual speech recognition is done using CNN and LSTM in Matlab?
Hi It is my understanding that you wanted to know how to work/ use LSTM and CNN in Matlab. The following documentations might h...

mehr als 2 Jahre vor | 0

Beantwortet
Can I control create interface to save pictures from Xenics Software ?
Hi Haris It is my understanding that you wanted communicate with Xenics Software using matlab. You can connect Xenics Camera t...

mehr als 2 Jahre vor | 0

Beantwortet
How to get feedforwardnet outputs for all hidden neurons?
Hi xin hui leong, The error "unable to perform assignment because the left and right sides have different number of elements" w...

mehr als 2 Jahre vor | 1

Beantwortet
How to set up Sparkfun Redboard in MATLAB Support Package for Arduino Hardware Documentation
Hi It is my understanding that you want connect Sparkfun Redboard to Matlab. The first step is to get hardware support package....

mehr als 2 Jahre vor | 0

Beantwortet
How do I partition data sets for cross validation in MATLAB?
Hi It is my understanding that you want to partition the dats randomly. You can use either cvpartition from Statistics and Mach...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
reverse transformation for scale up 2 times for rows and 1.6 times for columns(a image), don't use MATLAB or any other build-in functions imwarp
Hi Inverse of matrix can be found by inv. It is my understanding that you want to find the inverse of your image 'inp'. The fo...

mehr als 2 Jahre vor | 0

Beantwortet
Old-version simscape model cannot run on MATLAB 2020
Hi, The error is because Simscape no longer supports use of first-generation functions and blocks in 2017, so it cannot find t...

mehr als 2 Jahre vor | 1

Beantwortet
R2021a can't use Help, and reported failure. Can't set the preference - Help
Hi, The "NoClassDefFoundError" error is thrown because MATLAB was not able to locate Java Runtime libraries that are used by th...

mehr als 2 Jahre vor | 0

Beantwortet
feedforward net for regression.
Hi Pappu Murthy, It is my understanding you wanted to train a network given input and true lables(Supervised learning). I under...

mehr als 2 Jahre vor | 0

Beantwortet
Matlab 2021a freezes on startup for ~5 min, then becomes responsive
Hi Please reach out to our Support Team. They would be able to assist you with installation and licensing issues.

mehr als 2 Jahre vor | 0

Beantwortet
NUFFT vs FFT?
Hi fft and nufft both are fast ways to calculate Discrete Fourier Transform of any signal. The only disadvantage of fft over n...

mehr als 2 Jahre vor | 0

Beantwortet
increase processing speed of code entropy histcount
Hi In the following documentation general techniques to improve the performance has been mentioned Techniques to Improve Perfo...

mehr als 2 Jahre vor | 0

Beantwortet
Adding a new plot to existing figure
Hi You cannot have two y axes in fit however you can have z axis along with x and y axes to fit your data. Here is an example ...

mehr als 2 Jahre vor | 0

Beantwortet
Compare two Fourier series to depict the signal smoothness
Hi You can use findpeaks to find local maxima i.e., all the peaks in the signal. Now invert the siganl and use "findpeaks" to ...

mehr als 2 Jahre vor | 0

Beantwortet
How to share variables across Matlab App Designer Apps
Hi A similar question has been discussed on the following MATLAB answers link. You may find this helpful How to share data bet...

mehr als 2 Jahre vor | 0

Beantwortet
Can a neural net be trained to solve this problem?
Hi It is my understanding that you want to categorise trace segment to its mean line(class). You can use Classification for the...

mehr als 2 Jahre vor | 0

Beantwortet
Problem installing the Communications Toolbox Support Package for USRP
Hi Here is a possible work around/solution that you may find useful It still should be possible to programmatically setup your...

mehr als 2 Jahre vor | 0

Beantwortet
i am trying to solve ODE with the help of laplace transform, but it shows error in doing so, why?
Hi The error is due to usage of x(t) before decalaring it . Try the following line of code. syms x(t) Hope this helps

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Transformation of time domain to frequency domain
Hi You may find the following documention Digital and Analog Filters useful to understand more about filters. This documentati...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Training a audio classification neural network with .csv's containing features over time
Hi It is my understanding that you want to feed the network with tabularTextDatastore. You can use transform to convert the t...

mehr als 2 Jahre vor | 0

Beantwortet
MATLAB Neural Network - Forward Propagation
Hi, You might want to check on the format of for loops you have used(for ii = 0: ii < length(NINPUTS)). This can be replaced w...

mehr als 2 Jahre vor | 0

Beantwortet
in the picture below you can find a message which describe what I need to fix in these two equations in the description.
Hi As the warning clearly mentioned, try replacing inv(A + diag(zeta))*b with b/ inv(A + diag(zeta)). Because in Matlab inv(...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Biexponential fit help?
Hi, The following answer might help you. Biexponential fitting (non-linear regression)on Matlab

fast 3 Jahre vor | 0

Beantwortet
How to save data when execution is paused
Hi Divij Gupta In Matlab, whenever a pause button is pressed all the workspace variables are updated according the latest run o...

fast 3 Jahre vor | 0

Beantwortet
Error Using Prediction With LSTM
Hi It is observed that you are calling "predict" on the layerGraph object/layers array. predict is not allowed on layerGraph ob...

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
Under, perfect, and over sampling a function and zero-order hold interpolation
Hi, For a signal sin(2*pi*fm*t) , fm is its frequency. To sample this signal replace t = N*Ts. where N is an integer and Ts is ...

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
Get image mouse click position in App Designer
Hi, The following answer might help you. How to get pixel's position of an image in UIAxis in AppDesigner?

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
signal.fftconvolve equivalent in Matlab
Hi Avik Mahata It is my understanding that you want to do convolution and autocorrelation in matlab. You can use Matlab functio...

fast 3 Jahre vor | 0

Beantwortet
Plotting graph with different color points
Hi To generate a random value in a given range, "randi" Matlab function can be used. Following is an answer that will help to ...

fast 3 Jahre vor | 0

Beantwortet
Rectangle Detection in An Image
Hi Ryan Murphy, You may find Edge detection methods for finding object boundaries in images helpful.

fast 3 Jahre vor | 0

Mehr laden