Nagasai Bharat
MathWorks
Followers: 0 Following: 0
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.
Statistica
0 Domande
72 Risposte
RANK
721
of 295.177
REPUTAZIONE
102
CONTRIBUTI
0 Domande
72 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
5
RANK
of 153.314
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
oltre 3 anni fa | 0
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 ...
oltre 3 anni fa | 0
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 ...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 1
| accettato
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 1
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...
oltre 3 anni fa | 0
Load pretrained neural networks
Hi, As the alternative you could refer the following documentation link to import pretained networks into MATLAB. This would he...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
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. ...
oltre 3 anni fa | 0
Help, draw the surface
Hi, The following documentation should help you get started Surface plot - MATLAB surf (mathworks.com) Inverse cosine in radi...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
| accettato
pole zero plot from value
Hi, The follwing documentation should help you in finding the transfer function and for frequency response Transfer Functions ...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
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 -...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
ANN performance using function
Hi, The value perform function returns network performance calculated according to the net.performFcn and net.performParam prop...
oltre 3 anni fa | 0
| accettato
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(...
oltre 3 anni fa | 0
| accettato
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 ...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
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 ...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
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...
oltre 3 anni fa | 0
| accettato