Naomi Penelope
Followers: 0 Following: 0
Statistiques
11 Questions
0 Réponses
RANG
204 152
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
18.18%
VOTES REÇUS
0
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
RANG
of 153 912
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 translate math equations into matlab code
Create a 256x256 image with 8-bit image intensity values, generate three circles in radii of 100, 50, 25 aligned to the center o...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to do Image translation
Translate image RB2 in the amounts of deltax=size(RB2,2)/4, deltay=size(RB2,1)/4 continuously 4 times, i.e, at the first time, R...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to resize images
Resize image B to 1) RB1, so that max(size(RB1)) = 96, and 2) RB2, so that min(size(RB2)) = 96. You need calculate scaling facto...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I create a circle band imaged from the 3 dots imaged?
how can I create a circle band imaged from the 3 dots imaged?
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I create an isodose band from the imaged provided?
How can I create an isodose band from the imaged provided? the three dost image was the one i was provided. how can i get the ot...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i find the center of the 3 circles in this plot?
how can i find the center of the 3 circles in the plot I am attaching? this is the code I used to plot it: clear clc close ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i detect edges
i am trying to find the edges on my image using this code I = imread('image.tif'); imshow(I) BW1 = edge(I, 'Canny'); BW2 = ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to get an isodensity plot
how can i get an isodensity plot from an image? the first image is the one I am given. the other two is how i want it to look li...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate average of each column on a test file
How do i calculate the average of each column from a text file, and after having the two average of X,Y coordinates how do I plo...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
change if to switch
% --- Executes during object creation, after setting all properties. function slider1_CreateFcn(hObject, ~, ~) % hObject ha...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
change fuction from if to switch statement
% --- Executes during object creation, after setting all properties. function sliderText_CreateFcn(hObject, ~, ~) % hObject ...
plus de 4 ans il y a | 1 réponse | 0