photo

Nagasai Bharat

MathWorks

Last seen: 1年以上 前 2020 年からアクティブ

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.

統計

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

バッジを表示

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...

約3年 前 | 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 ...

約3年 前 | 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 ...

約3年 前 | 0

| 採用済み

回答済み
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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 1

| 採用済み

回答済み
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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 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...

約3年 前 | 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. ...

約3年 前 | 0

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

約3年 前 | 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...

約3年 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 0

| 採用済み

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

3年以上 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 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 -...

3年以上 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 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...

3年以上 前 | 0

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

3年以上 前 | 0

| 採用済み

回答済み
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(...

3年以上 前 | 0

| 採用済み

回答済み
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 ...

3年以上 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 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 ...

3年以上 前 | 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...

3年以上 前 | 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...

3年以上 前 | 0

| 採用済み

さらに読み込む