fiona rozario - MATLAB Central
photo

fiona rozario


D Y Patil

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/16 to 03/25Use left and right arrows to move selectionFrom 10/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

22 个提问
0 个回答

排名
283,314
of 297,716

声誉
0

贡献数
22 个提问
0 个回答

回答接受率
54.55%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,428

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Troubleshooting code for prompt and inputdlg
The following code works fine for any user input for N: N = input('Number of pieces to break into '); rowgroups =...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Retrieving the original LSBs in LSB steganography
I am working on a project where I need to divide an image file into smaller parts (no. of parts is user input). Let's say, 2 par...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Code debugging help needed
I have the following code: clc; close all; clear; workspace; N=3; % Select file ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I change the LSBs of consecutive elements of an array?
I have a row matrix a = [23, 255, 67, 89, 45, 90, 34, 12] and a number, n = 3 (of 8 bits) which I want to hide in the LSBs of ev...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to display images from a cell array?
I have 5 images in a cell array 'imageshares' and I want to display them individually. figure image(imageshares...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to divide a matrix into a variable number of smaller matrices?
My task is to divide an image into smaller parts. The dimensions of the image will be variable and I need to divide the image by...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Separating RGB components from two different .png files
I used a file 'facebook.png' and separated the RGB components. The following code worked fine. if true red=f(:,:,1); %Si...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Image created but not of supported file type
I am encrypting an image and displaying the encrypted image and also saving it in the default directory with a .jpeg extension....

8 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with reading and writing an image
I have two programs - one to encrypt and the other to decrypt an image. At the end of the encryption, I am concatenating RGB ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to save an image from imshow() as a .jpeg?
I am creating an RGB image and displaying using imshow(). Once the image is displayed, if I save the image as .jpeg, it gets a w...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Regenerating an RGB image from its components
I extracted the red component of an image and displayed the image with just the red component and I got the following result: ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Help in troubleshooting a code
f=imread('Image.jpeg'); red=f(:,:,1); [r,c]=size(red) z=zeros(r,c); for i=1:r for j=1:c z(i,j)=dec2hex(red...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Compare matrices from different programs
I have two matrices created from two different programs. Matrix A from program A and matrix B from program B. The matrix sizes a...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Separate the digits in a hex number
I want to use the digits from hex numbers as indices to a lookup table. Eg: if the number is A9, A corresponds to the row of the...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Using imported lookup tables from Excel
I am new to Matlab and want to use lookup tables. Using the Matlab help on lookup tables I found the following code to import a ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Remove space around generated image
I am encrypting an image and have generated the encrypted image matrix of dimension (183x275x3). But when I display the image (s...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Multiple outputs for the same function
I am using a function in my code whose output needs to be assigned to different variables as per the input variable that I pass ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Troubleshooting a 'for' loop code - help!
This is my code - <</matlabcentral/answers/uploaded_files/69562/Screen%20Shot%202017-02-11%20at%201.58.46%20PM.png>> The ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Logical left shift and truncate bit length
I need to convert a decimal number to binary and perform a left shift operation. Ex: If the decimal is 135, its binary is '10...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with decimal to binary conversion
I am using dec2bin() to convert '87' to its binary value. The function is returning '01010111'. I can't understand this output s...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Refer to elements in a matrix
I have a 16 x 16 matrix defined and I need to pick the elements from this matrix based on some other numeric data that I will be...

8 years 前 | 2 个回答 | 0

2

个回答

提问


What do you mean by 'image is decomposed into vectors'?
I am reading through a paper (attached) which is on encrypting images through Vector Quantization. I want to know the meaning of...

8 years 前 | 0 个回答 | 0

0

个回答