Venkata Siva Krishna Madala
Followers: 0 Following: 0
All answers given in MATLAB Central are just my personal opinions and does not represent Mathworks Inc.
Statistiques
RANG
1 532
of 295 467
RÉPUTATION
44
CONTRIBUTIONS
0 Questions
29 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
6
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 1
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...
plus de 6 ans il y a | 0
| A accepté
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...
plus de 6 ans il y a | 0
| A accepté
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
| A accepté
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 1
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
plus de 6 ans il y a | 0
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 ...
plus de 6 ans il y a | 1
| A accepté
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 ...
plus de 6 ans il y a | 0
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)...
plus de 6 ans il y a | 0
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. ...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
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 ...
plus de 6 ans il y a | 0
| A accepté
Problem loading Adafriut MotorShieldV2 library
Hello Tony, You are loading the Library incorrectly. It should be a = arduino('COM3', 'Uno', 'Libraries', 'Adafruit\Mot...
plus de 6 ans il y a | 0
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...
plus de 6 ans il y a | 0
| A accepté
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...
presque 7 ans il y a | 0
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...
presque 7 ans il y a | 1
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...
presque 7 ans il y a | 0
| A accepté
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...
presque 7 ans il y a | 0
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...
presque 7 ans il y a | 0
| A accepté
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...
presque 7 ans il y a | 1
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...
presque 7 ans il y a | 1