Feeds
질문
Using plot to deduce continuity
Is there any easy way to deduce a function plotted at points of finite binary expansions say in [0,1] at 0,1/2^n, 2/2^n, 3/2^n,....
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
Functions acting on matrix entries
For instance lets say I want to create a matrix A(i,1) where A(i,1)=dec2bin(B(i,1),n)-'0', I'm not able to do this because I pre...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Conversion of [0,1] to Binary
Hi, I want to convert decimals between 0 and 1 into binary form which can be represented exactly up to 11 binary digits say, so ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Number of decimal places for Matrix Entry
I want to increase the number of decimal places a figure can accurately be shown in an entry of a Matrix, using fprintf it shows...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Generate Random Sample of 0's and 1's
Hi guys, how do I generate a random sample of 0's and 1's of size N, such that the probability of of 1 being chosen is p. ...
대략 11년 전 | 답변 수: 2 | 0