photo

Venkata Siva Krishna Madala


Attivo dal 2018

Followers: 0   Following: 0

All answers given in MATLAB Central are just my personal opinions and does not represent Mathworks Inc.

Statistica

All
  • 3 Month Streak
  • Solver
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
I've just installed 2018a and it is stuck at the splash screen. My previous versions of Matlab work as expected. I've re-installed and re-activated the installation and restarted my machine and that did not help.Suggestions?
Hi Wallace, Try the solution given in the link below. <https://www.mathworks.com/matlabcentral/answers/91732-why-does-matl...

circa 6 anni fa | 0

Risposto
how fit the piloting
Hi Saad, You can use the function axis to set the boundaries of your plot. You can also process axes separately with xlim, yl...

circa 6 anni fa | 0

Risposto
Create a simulink model to control a stepper motor by means Arduino Uno
Hi Cosimo Mercuro, I think this link will help you. Changing the Hardware Board to Uno should just do it. <https://www.mathw...

circa 6 anni fa | 1

Risposto
filter 3d matrix
Hi Ach, I understand that you would like to filter the curves that you are plotting. I think you can use the the following fu...

circa 6 anni fa | 0

| accettato

Risposto
Can I use unique to reduce one row, but keep reference to how many cells it was reduced from?
Hi Colin, I understand the operation you want to perform. However, a direct function is not available to perform the required...

circa 6 anni fa | 0

| accettato

Risposto
Nested For loop with Cell Arrays
Hi Alec, I debugged your code and its actually a pretty small mistake. AR = [5:.2:12]; p = length(AR); Airfoil = 2...

oltre 6 anni fa | 0

Risposto
matlab R2017b: impossible to install on windows10
Hello Stefano Risa, Please visit this MATLAB answers link as it will help you to solve the issue. <https://www.mathworks.c...

oltre 6 anni fa | 0

Risposto
I want to know the cell number i.e. row and column of the matrix, whichever is above 10% of the normal vlaue. and i also want to get the values in the cell.
Hello Parul, You are doing the extraction of the row and column number properly. However, to get the value in the cell you ca...

oltre 6 anni fa | 0

| accettato

Risposto
2D PostProcessing plot in MATLAB
Hello Pranay, Its better if you convert the coord to a Nx2 matrix and temperature values to a Nx1 matrix by transposing it. T...

oltre 6 anni fa | 0

Risposto
Function that takes 2 input matrices (mxn3 color uint8 and mxn matrix of doubles) and returns an mxnx3 color image.
Hello Ray, I understood your problem and wrote the code as needed. function outputImage = matrixCombine(colorImage,doubl...

oltre 6 anni fa | 0

Risposto
Inserting Functions into Bisection Method Code
Hello Caleb Jones, I understand that you would want to know what *myfunc* should be rewritten.I have written the function bel...

oltre 6 anni fa | 0

Risposto
What is the best way to plot a 3D mesh using discrete point data contained in different matrices?
Hello Manuel Desole, I am assuming the name of your cell array to be "c". I have written code in such a way that the same mes...

oltre 6 anni fa | 0

Risposto
For loop to plot numbered double arrays
Hello Felix, Since you have not given a sample file I assume the data to be in a MAT file called "sample.mat". It can contain...

oltre 6 anni fa | 1

Risposto
MATLAB Production Server incluído en licencia TAH o Total Academic Headcount???
Hello Héctor Olmedo, TAH doesnot include License for MATLAB Production Server. Regards, Krishna Madala

oltre 6 anni fa | 0

Risposto
Why is the Matlab R2015a Coder not able to generate code from resample function - but Matlab 2016b Coder is?
Hello Daniel, Try to increase Constant Folding Timeout value.This can be done in two ways: 1. At the command line, create ...

oltre 6 anni fa | 1

| accettato

Risposto
How do I change location of the x axis of two scatter plots. I want x1 axis up and x2 axis down and y on the left of the plot
Hello Lewis Asilevi, I understand your issue but after trying for a long time I have realised that there is no direct way of ...

oltre 6 anni fa | 0

Risposto
Can i create a function that will plot more than one figure?
Hello Panagiotis Maximos Sifneos, You can do it by creating a MATLAB function as described below. function isoplot(x)...

oltre 6 anni fa | 0

Risposto
Plot multiple plots on the same graph
Hello DIP, I understand that you want all the plots to be combined into a single plot. This can be done as shown below. ...

oltre 6 anni fa | 0

Risposto
Storing concatenated string array problem
Hello Matt, You should consider using cell arrays for this purpose. To concatenate 2 1xn arrays to a single nxn matrix the co...

oltre 6 anni fa | 0

Risposto
How do I make recognise a year in a given date ?
Hey Pierre, Assuming you are the storing the dates as a datetime object in MATLAB you can use the year() function to extract ...

oltre 6 anni fa | 0

| accettato

Risposto
Problem loading Adafriut MotorShieldV2 library
Hello Tony, You are loading the Library incorrectly. It should be a = arduino('COM3', 'Uno', 'Libraries', 'Adafruit\Mot...

oltre 6 anni fa | 0

Risposto
Index matrix exceeds dimensions - Using pad array
Hello Ammar Babikir, The reason you are getting this error is because your win_size to to large. The range of x is 1 to 600 w...

oltre 6 anni fa | 0

| accettato

Risposto
How can I plot two different columns in a single matrix without mixing them, using fprintf?
Hello Amal, After analyzing your code I realized that you have not properly stored the data in *c* (Wrong Order). You have t...

oltre 6 anni fa | 0

Risposto
How to cut the last 20 seconds of a audio file?
Hello Valerio Riso, I understand that you want to cut the last 20 seconds of a audio file using MATLAB. I have written a s...

oltre 6 anni fa | 1

Risposto
How can we implement skin segmentation using MATLAB?
Hello Srinivas Reddy, I understand you would like to Implement Skin Segmentation in MATLAB. I would suggest you to check o...

oltre 6 anni fa | 0

| accettato

Risposto
how can i compare the input sketch to the database of images such that it should retrieve the similar images based on the given sketch
Hello Siri Chandana, I understand that you want to Output Similar Images from a Database by Analyzing the Input Image. I w...

oltre 6 anni fa | 0

Risposto
Autonomous vehicle behaviour in lane changing scenario simulation model
Hello Jaswanth, I understand that you are asking suggestions on how to create your Simulation Model for Lane Changing Analysi...

oltre 6 anni fa | 0

| accettato

Risposto
I have nvidia 3D vision glasses. I want to use them with matlab or simulink to view 3d images. I couldn't find any way to do this. Please help.
Hello Jyothsna Sreekumar, I understand that you need some examples on how to start using the NVIDIA 3D glasses along with MAT...

oltre 6 anni fa | 1

Risposto
How to create a non-uniform 2d grid?
Hi Ganesh, I understand that you are trying to create a Mesh(2nd image) with non-uniform width between the lines. My understa...

oltre 6 anni fa | 1