photo

G PRAKASH


SNS college of technology

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
8 个回答

排名
5,221
of 299,862

声誉
10

贡献数
2 个提问
8 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,824

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
spiht algorithm
try this code clc; close all; clear all; I=imread('wpeppers.jpg'); figure('Name','inputimage'),imshow(...

9 years 前 | 0

已回答
How to fit num2str into labeling ??
use square([]) bracket instead of {}.

11 years 前 | 0

已回答
About wcompress
try this code clc; close all; clear all; I=imread('wpeppers.jpg'); figure('Name','inputimage'),imshow(I) figure, ...

11 years 前 | 0

提问


how to compress and decompress the memory size of an image using wcompress ?
i need to know how to compress and decompress the memory size of an image using wcompress in matlab. kindly help me .thanks in a...

11 years 前 | 0 个回答 | 0

0

个回答

提问


image compression and decompression by LWT and Sphit algorithm
i need to know about image compression and un compression by LWT and SPHIT. i have used lwt2 and wcompress commands . but i dnt...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
How do I write to a .txt file?
use dlmwrite command I=magic(10); dlmwrite('file.txt',I)

11 years 前 | 0

已回答
Manage directories and save a new file in a specific directory
try this clc clear all close all M1={'slno','name'}; sheet='test1'; xlswrite('C:\Documents and Set...

11 years 前 | 0

已回答
User defined function error
program and function definition must be in separate files and function file must have same name as function % main file ...

11 years 前 | 1

| 已接受

已回答
how to generate image pixel value in notepad
use dlmwrite command I=imread('rice.png'); dlmwrite('data.txt',I)

12 years 前 | 0

已回答
related to image processing
its called sampling operator.it increases the sampling rate by inserting zeros between samples. example: x = [1 2 3 4] y = up...

12 years 前 | 0

| 已接受