photo

Abhiram Bhanuprakash

MathWorks

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

I am an engineer at the MathWorks.

I have done my Master's in Signal Processing from the Indian Institute of Science, Bangalore.

I love singing and listening, especially Karnatik classical music.
Professional Interests: signal processing

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.

Statistik

MATLAB Answers

0 Fragen
40 Antworten

RANG
681
of 300.365

REPUTATION
114

BEITRÄGE
0 Fragen
40 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
27

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Reverse the effects of a Chebyshev type 2 filter on a 1-d sound file.
Hi Lucas, Since you obtain the numerator and denominator coefficients using 'cheby2', I think you can reverse this effect by ...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
How to search excel document to find string and return number of row?
Hi Peter, For your requirement, I think you can use the raw data given as output by xlsread. In your example, if you execu...

mehr als 10 Jahre vor | 4

| akzeptiert

Beantwortet
Loop on changing databases
Hi Alexandra, Yes you can do this using xlsread to read from different Excel files. The structure of the code would look like...

mehr als 10 Jahre vor | 0

Beantwortet
Creating a matrix of first-order partial correlation coefficients from a correlation matrix
Hi Jeong Ho, There is a function in Statistics and Machine Learning Toolbox called partialcorri which gives partial correlati...

mehr als 10 Jahre vor | 0

Beantwortet
Determinant of a transfer function matrix
Hi Carlos, Since the transfer function is a matrix in 's', you can use Symbolic Math Toolbox to evaluate the determinant of 1...

mehr als 10 Jahre vor | 1

Beantwortet
how can I make the signalbuilder run
Hi Ahmed, You can use the sim command to run any Simulink model using command line API. Documentation <http://www.mathworks.c...

mehr als 10 Jahre vor | 0

Beantwortet
How to bin a large amount of data
Hi Akhil, From what I understand, I think you are looking to create a two-dimensional (bivariate) histogram in MATLAB. The...

mehr als 10 Jahre vor | 1

Beantwortet
Signal Normalization for cross correlation
Hi Mustafa, Since in your case you are doing a cross-correlation between a signal and its own shifted version, to simplify th...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
How to open Polyspace results with command line?
Hi Jorg, I found a <http://www.mathworks.com/help/bugfinder/ug/run-analysis-from-the-command-line.html documentation page> wh...

mehr als 10 Jahre vor | 0

Beantwortet
How to generate random positive semi-definite matrix with ones at the diagonal positions?
Hi Mr. M, I went through the code in the File Exchange submission 'RandomCorr.m' which you mentioned. I could see that, in...

mehr als 10 Jahre vor | 1

| akzeptiert

Beantwortet
How to set an uicontextmenu onto a uipushtool
Hi Daniel, I understand that you need a uicontextmenu for a uipushtool. But I don't understand the reason why you need this. ...

mehr als 10 Jahre vor | 0

Beantwortet
how to make a sine function that generate plot of sine with our requried inputs
Hi Muhammad, I have written a partial code, assuming your main question is how to handle optional input arguments in MATLAB. ...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
Blurry Text and Lines in Graph
Hi, From the screenshots, I do not see much of a change in the text and lines, and it doesn't look like it is fuzzy to me. Ho...

mehr als 10 Jahre vor | 0

Beantwortet
Command 'hold on' does not work for boxplot when overlapping a figure
Hi Christina, I think this behaviour is because boxplot resets the axes limits, and you are not setting them back to see both...

mehr als 10 Jahre vor | 0

Beantwortet
how can plot such a signal s(-t-5)?
Hi sH, I think your approach is right, and it accounts for the Y axis values. But, for the X axis indices, I think you sho...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
What is the difference between the Distrib_Comp_Engine and Distrib_Computing_Toolbox licenses?
Hi Michael, I guess the difference between the two is: Distrib_Computing_Toolbox = Parallel Computing Toolbox (PCT) Dis...

mehr als 10 Jahre vor | 4

Beantwortet
How can I xlswrite to a new line in an excel file?
Hello Dr. ARK, I see two approaches to solve this issue: 1. You can use <http://www.mathworks.com/help/matlab/ref/xlsread....

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
Find the max amplitude of Frequency from text file
Hi Vu, In your case, since you have only text data (without character strings), I think you can save your data into a CSV fil...

mehr als 10 Jahre vor | 0

Beantwortet
Why doesn't the quiver object property MaxHeadSize work?
Hi Kevin, I tried the following in MATLAB R2015a and it worked: q = quiver(1:10,1:10); %Observe the figure after doing ...

mehr als 10 Jahre vor | 0

Beantwortet
PI Tuning for Field Oriented Control
Hi hcuong, I could find a page from MathWorks which has resources for learning how to automatically tune PID controller gains...

mehr als 10 Jahre vor | 1

Beantwortet
How to convert a data Table from .mat to .csv
Hi Agnese, Guessing from the title of your question, I think you want to load a MAT file into the MATLAB workspace and conver...

mehr als 10 Jahre vor | 0

Beantwortet
Is there a way to bypass including the MCR and downloading the MCR in your package and still be able to build a package in R2014b?
Hi Tommie, MCR (MATLAB Compiler Runtime) is required to be installed on the machine on which you deploy the application. This...

mehr als 10 Jahre vor | 0

Beantwortet
Save text file to a specific folder
Hi Frederico, In the documentation for fopen <http://www.mathworks.com/help/releases/R2015a/matlab/ref/fopen.html here> , you...

mehr als 10 Jahre vor | 0

Beantwortet
runsqlscript Error with ODBC Connection
Hi Ahmed, As of now, the 'runsqlscript' method does not exist for the database.ODBCConnection class in Database Toolbox. T...

mehr als 10 Jahre vor | 0

Beantwortet
How to pass an output from a function to be processed in another function
Hi Monty, I think one way of solving this would be to use a kind of 'main' function. You may name it whatever you like, fo...

fast 11 Jahre vor | 1

Beantwortet
Convert a simple C code to matlab
Hi H-H, I am sorry I cannot write the code for you, but I can point to to some MATLAB functions I know which could achieve wh...

fast 11 Jahre vor | 0

Beantwortet
Indexing concatenated matricies without changing the order
Hi Elia, I guess you can use the 'ones' and 'size' functions to do this. In your case, inside the 'while' loop, you can do...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
I am working on neural networks using matlab 2011
Hi, I was able to see the updated net. I think you feel that it is not updated since you do not see the fields like dimension...

fast 11 Jahre vor | 1

| akzeptiert

Beantwortet
About increasing the output duration of a signal generator
Hi Amrutha, I think the issue is occurring because you have limited the scope display data points to the last x samples (wher...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
Is raised cosine filter (rcosdesign) in R2013a student edition?
Hi David, I think you are right. If a function does not appear in the documentation, then it is not present in the toolbox...

fast 11 Jahre vor | 0

Mehr laden