photo

kokila ayyanar


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
159,354
of 300,871

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,460

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 =...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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")

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


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);...

거의 8년 전 | 답변 수: 0 | 0

0

답변