Naomi Penelope
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
204 152
of 295 467
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
18.18%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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?
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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 = ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
change if to switch
% --- Executes during object creation, after setting all properties. function slider1_CreateFcn(hObject, ~, ~) % hObject ha...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
change fuction from if to switch statement
% --- Executes during object creation, after setting all properties. function sliderText_CreateFcn(hObject, ~, ~) % hObject ...
mer än 4 år ago | 0 answers | 0