![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16711486_1572350949966_DEF.jpg)
Radhika Kulkarni
Followers: 0 Following: 0
Statistiques
RANG
159 697
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to eliminate periodic frequencies (line processing) from image and what parameters to use?
I am trying to figure out how to determine parameters to eliminate certain frequencies to remove the fence (see code attached). ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot function adding line from last point in row to origin
Hello, I currently have a plot that looks like this: and I am trying to remove the line that is connecting the last node in ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Plotting scatter plot using X coordinate matrix and Y coordinate matrix
Hello, I have 2 matrices (18x76): one for x coordinate location and one for y coordinate location representing nodes. I want ...
environ 4 ans il y a | 1 réponse | 0
1
réponseCreating a matrix with alternating and increasing values
I was able to figure it out: x_coor = zeros(17,75); delta_x = 0.2; %cm for i=1:17 if mod(i,2) == 0 x_coor(i,2) ...
environ 4 ans il y a | 0
| A accepté
Question
Creating a matrix with alternating and increasing values
My goal is to create a 17 x 75 matrix similar to the Excel image below. The first column remains all 0's. Starting from second c...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating a "triangular" matrix
Hello, I have a 17 x 75 matrix A, and have created a copy of the same matrix (B) for making changes. I want to manipulate this ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Converting txt file with words into equal-sized matrices
Hello, I have a txt file (attached) that for each time step, has a 25 x 19 matrix. I am trying to store each matrix in a sepera...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Interpolating contour plot using user input
Hello, I have created a 2D contour map using a 25x19 matrix and was wondering how to interpolate the value at certain user-inpu...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to plot Contour Plot?
I have 3 variables data in xls file. I want to plot contour plot of one variable against other 2 variables on x and y axis. How ...
environ 5 ans il y a | 1 réponse | 0
1
réponsePlot pixels from 2D boolean array
How can I also show the x & y axis and ticks and axis data points to plot along with this vectorized code?
environ 5 ans il y a | 0
Plot pixels from 2D boolean array
One more thing, I need to put this in a some time refresh loop, so it grows in size and back to normal size. Like pumping heart....
environ 5 ans il y a | 0
Question
Plot pixels from 2D boolean array
I have a 2D boolean array stored 0s and 1s where I want to plot a red pixel. For example, If the 2D boolean array has 1 for (20,...
environ 5 ans il y a | 3 réponses | 0
3
réponsesQuestion
How do I create a Image array of the truncated ellipsoid disk (Left Ventricle) and plot it?
I am trying to create the image of the Left Ventricle in Matlab.
environ 5 ans il y a | 1 réponse | 0