Mohamed Khalladi
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
66 969
of 295 467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
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
issues connecting my from workshop block to the PSS and SPS Converter block
I am attampting to replacate a circuit given to me however I get red lines and my components aren't able to connect and I have...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
Unrecognized function or variable 'bins'.
I am workiong on a lab and when I run the command: [~,R] = imnoise2(ones(100000,1),'gaussian',0,1); hist(R, bins); As instuc...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
I have the following Matlab code that produces a x2 zoomed image of the input using Pixel Replication. How can I change it to shrink an image?
function [img1] = resizePR(filename) img1 = imread(filename); [r,c] = size(img1); N = zeros(r*01,c*01); %coloumn fil...
ungefär 4 år ago | 1 answer | 0