MD Anower Hossain
Chongqing University Of Technology
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
why Matlab websave function doesn't work?
whats wrong with this ??? my matlab version is R2014a. url = 'http://archive.ics.uci.edu/ml/machine-learning-databases/00236/se...
4年弱 前 | 1 件の回答 | 0
1
回答質問
Image to sub-image
Firstly, the image is divided into many 8 * 8 sub images, each sub image is FFT, and 64 coefficients in each sub image are sorte...
5年弱 前 | 0 件の回答 | 0
0
回答質問
Gaussian noise is generated by mean and variance, and then display related images.
may be its a simple but i cant catch it how to do .
約5年 前 | 0 件の回答 | 0
0
回答質問
Use Gamma correction to process images, and then display related images.
how can i solve this question ??
約5年 前 | 1 件の回答 | 0
1
回答質問
crop a picture by using the pts file of a picture?
need to crop a picture by using the pts file
約5年 前 | 0 件の回答 | 0
0
回答質問
if else Problem in matlab
clear; clc; a = input('enter a number '); result = isdivby4(a); disp(result); function out = isdivby4(n) if n%2 == 0...
約5年 前 | 1 件の回答 | 0
1
回答質問
How to recognize it is uppercase ,lowercase , or other sign ?
what's wrong here ? why it does'nt work properly ??? prompt = "Pls Enter a character" ease enter an latter: "; a = input(prom...
約5年 前 | 1 件の回答 | 0
1
回答質問
how to sum of column without sum function in a unit metrix
x1 = [1 2 3; 4 5 6; 7 8 9]; all =(x1); summa=0; count = 0; for i=1:length(all) % fprintf("%d\n",i); ...
約5年 前 | 1 件の回答 | 1