photo

Mohamed Khalladi


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
76,845
of 300,392

평판
0

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변