photo

N M Channabasavayya


Last seen: 3년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
88,929
of 300,857

평판
0

참여
12 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to convert floating point to binary bits with the given condition?
I have generated random numbers using rand() function. a=rand(4,4); out1=[0.868694705363510,0.800068480224308,0.26380291652199...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to convert a variable which has binary data in .mat format to .txt?
I have 228796×8 double data in .mat format.I need to convert that into .txt format.How can I do that? Please help me out. Thank...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to remove (;) from a string?
I have a string '[1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0;1;0;0;0]' how to remove ';' so that I can get output as 1000100010001...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to convert binary to floating points?
I have the following code,which converts the wavdata into binary sequence. wavbinary = dec2bin( typecast(single(wavdata(:)),'ui...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot graph the values of given program
I have this program and after running I ll get the values. Now I need to plot all the values. how to to that? Help me. Thank...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to store the output values in matrix?
I have the following program for logistic map function, function x=logistic(n,level,a,x0) %Syntax: x=logistic(n,level,a,x0...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to select elements from matrix?
For the below code we will get 53440*8 matrix. fid = fopen( 'audio.wav'); data = fread(fid, [1, Inf], 'uint8'); fclose(fid);...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


NIST Randomness test execution
Is it possible to execute NIST TEST FOR RANDOMNESS in matlab? If so what and all the changes do we need in order to run the p...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to convert the floating element matrix to binary matrix ?
a=[ 0.360 0.9216 0.2890 0.8219 0.5854 0.9708 0.1133 0.4020; 0.9616 0.1478 0.5039 0.9999 0...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to shift the elements of binary matrix?
I have a 8*8 binary matrix. example; a=[1 0 0 1 0 1 0 1; 0 1 0 0 0 1 1 0; 0 1 0 1 1 0 0 0; 0 1 1 1 1 0 1 0; 1 0 1 0 1 0 1 1; 0...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


NIST Randomness test execution
Is it possible to execute NIST TEST FOR RANDOMNESS in matlab? If so what and all the changes do we need in order to run the pro...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to compare each element of matrix having binary numbers?
let a=[1 0 1;0 0 0;1 1 1]; b=circshift(a,1); this gives us the result b=[1,1,1;1,0,1;0,0,0]; Now ...

6년 초과 전 | 답변 수: 1 | 0

1

답변