![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12806305_1525838271050_DEF.jpg)
Mohamed Khalladi
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
約4年 前 | 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...
4年以上 前 | 1 件の回答 | 0