Community Profile

photo

Nagasai Bharat

MathWorks

Last seen: más de 1 año hace Con actividad desde 2020

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

Estadísticas

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

Ver insignias

Content Feed

Ver por

Respondida
How can I join a machine learning model and an LSTM model into a single neural net?
Hi, For getting the started with Deep learning using MATLAB you can use this documentation of deep learning toolbox Get Starte...

casi 3 años hace | 0

Respondida
How can I solve this ?
Hi, Initially the function would show an error due to it's name(no space to be present between words). Correct way would be to ...

casi 3 años hace | 0

Respondida
why the mse and psnr changing?
Hi, The change in the value of peaksnr and error is due the probabilistic nature of the imnoise function to add noise into the ...

casi 3 años hace | 0

| aceptada

Respondida
Help me with this coding part
Hi, I have attached below few related community answer who faced the same issue as yours. The probable reason might be due to t...

casi 3 años hace | 0

Respondida
somebody please help me with this code
Hi, From my understanding you are trying to generate a Poisson process with a given interval and arrival rate. To do that the f...

casi 3 años hace | 0

Respondida
Populating an Array using a loop
Hi, From my understanding you are trying to run the above logic with different values of sd and need to store the Ea, E0 values...

casi 3 años hace | 0

Respondida
How to get norm (magnitude) of a vector the simple way?
Hi, From the documentation of norm and simplify you could find the usage of both these functions. norm would be used to calcula...

casi 3 años hace | 1

| aceptada

Respondida
Change value from index number
Hi, From my understanding you are trying to replace values in second column in Data with "pks" at locsLiv as index and have res...

casi 3 años hace | 0

Respondida
triggering a pulse signal
Hi, I have tried a logic with both enable and triggered subsystems and it seems to work for your use case. I have attached the...

casi 3 años hace | 1

Respondida
I can't seem to connect my voltage source (and hopefully for the same reason the rest) to the rest of my circuit but this to me looks the same as MATLAB's Colpitt's Oscillator? TechnicalQuestion
Hi, Looks like the inductor, capacitor and resistor you are using are from the RF Blockset which is why they are unable make co...

casi 3 años hace | 0

Respondida
Load pretrained neural networks
Hi, As the alternative you could refer the following documentation link to import pretained networks into MATLAB. This would he...

casi 3 años hace | 0

Respondida
How can i do a loop function
Hi, From my understanding you are trying to apply an operation to every element in you array. The arrayfun function should help...

casi 3 años hace | 0

Respondida
How to save values changing in a loop without overwriting?
Hi, From my understanding you are trying to loop over and save every 100th element corresponding to 100th element is t. The pr...

casi 3 años hace | 0

Respondida
cartesian to polar form
Hi, To convert co-ordinated from x,y form (cartesian) to r,theta form(polar). The cart2pol function would help you achieve it. ...

casi 3 años hace | 0

Respondida
Help, draw the surface
Hi, The following documentation should help you get started Surface plot - MATLAB surf (mathworks.com) Inverse cosine in radi...

casi 3 años hace | 0

Respondida
How can I show step response information?
Hi, From my understanding and taking reference from the code. The stepinfo function is working fine if you look at the characte...

casi 3 años hace | 0

| aceptada

Respondida
Not enough input arguments.
Hi, I have made some changes to the code to eliminate the errors you are getting. Do have a look Also added some comments wher...

casi 3 años hace | 0

| aceptada

Respondida
How to choose a pre-trained neural network for your image classification
Hi, From my understanding you are trying to use a pretrained model for an image classification task. In order to do that you ca...

casi 3 años hace | 0

| aceptada

Respondida
pole zero plot from value
Hi, The follwing documentation should help you in finding the transfer function and for frequency response Transfer Functions ...

casi 3 años hace | 0

| aceptada

Respondida
How change the font size in contour while using "showText", "on"?
Hi, The contour function doesn't have the property to change the font size directly as an argument. In order to do change the f...

casi 3 años hace | 0

Respondida
How to plot the scalogram for Discrete wavelet transform?
Hi, The DWT and CWT of a Signal with a Frequency Break section of Continuous and Discrete Wavelet Analysis of Frequency Break -...

casi 3 años hace | 0

| aceptada

Respondida
How can I determine where or if a bus is used in a simulink model?
Hi, From my understanding you are trying to minimize the number of busses/signals in your model which are being unused. One sol...

casi 3 años hace | 0

Respondida
How do I trigger a DAQ session with a external digital signal (voltage)?
Hi, From my understanding the channel Id for daq1 might not be an appropriate one. I would suggest to go through the Device Inf...

alrededor de 3 años hace | 0

Respondida
ANN performance using function
Hi, The value perform function returns network performance calculated according to the net.performFcn and net.performParam prop...

alrededor de 3 años hace | 0

| aceptada

Respondida
How do I specify the limits of parameters individually while fitting?
Hi, Change the fittype statement to that of below. This should solve the error you are getting gpos=fittype(@(m,c,d,x) m.*exp(...

alrededor de 3 años hace | 0

| aceptada

Respondida
What are these files in the workspace?
Hi, "t" represents the ground truth of your data. As suggested you could choose not to plot the error. The extra variables are ...

alrededor de 3 años hace | 0

| aceptada

Respondida
Logitech G29 Steering Wheel Read Block Error
Hi, In order to use the Logitech G29 Steering wheel read block the G29 Steering wheel should be connected to the Speedgoat Real...

alrededor de 3 años hace | 0

Respondida
specific solution in a vector field of a equation system
Hi, From my understanding you are manually trying to solve the equation. The following documentation should help you solve the ...

alrededor de 3 años hace | 0

Respondida
how to use AliasType in Matlab Function (simulink)
Hi, From my understanding you are trying to use a Alias Type my_float in your Simulink model and generate code. The correct way...

alrededor de 3 años hace | 0

Respondida
Suggest some Tutorial book or pdf to learn Content Based Image and Video Retrieval with Matlab
Hi, The following link should help you getting started on this using MATLAB.Requirement would be the Computer Vision Toolbox I...

alrededor de 3 años hace | 0

| aceptada

Cargar más