photo

kokila ayyanar


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
162,745
of 298,594

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,621

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,780

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


i want to convert the following matlab code to verilog code using sysgen. i am new to sysgen.For that what is the procedure to do?
Matlab code for generating key using chaotic maps: clc; clear all; close all; maxpoints = 25; N = 3072; a =...

7 years ago | 2 answers | 0

2

answers

Question


i am trying to convert matlab file to verilog file.but i got the error"HDL Code generation does not support 2D-matrices as function inputs."can anyone tell me how to rectify this error.
First, i have converted the matlab to embedded matlab by using functions. This is my code UPTO COLUMN PERMUTATION: (I)M...

7 years ago | 1 answer | 0

1

answer

Question


how to find row and column number of a particular element in a matrix without giving the element directly to find the position?
for eg: i dont want this code [r,c]=find(A=="that element//eg:90")

7 years ago | 0 answers | 0

0

answers

Question


i want to shuffle the pixels of an color image using keys which is generated by chaotic map.But i get black and white image instead of color image.
clc; clear all; close all; %split to rgb planes img = imread('lenacolor32.tif'); % Read image red = img(:,:,1);...

7 years ago | 0 answers | 0

0

answers