photo

Sk. Sarif Hassan


ICTS TIFR

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

14 Preguntas
0 Respuestas

CLASIFICACIÓN
84.082
of 300.753

REPUTACIÓN
0

CONTRIBUCIONES
14 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
28.57%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.075

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.858

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Print the values of parameters if the sequence is convergent, periodic, chaotic, divergent
k=1; alpha=rand(1)+i*rand(1); beta=rand(1)+i*rand(1); gamma=rand(1)+i*rand(1);% s=50000; Zarray = zeros...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


seqperiod function error for complex data
z=[1+i, 2+3i, 1+i, 3+4i]; [r, num]= seqperiod(real(z)'); [s, num]= seqperiod(imag(z)'); It returns r as 4 and...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plot of 3d data in an unit sphere.
a=randi([-100, 100]); c=randi([-100, 100]); z0=complex(a,0); z1=complex(c,0); a=complex(rand(1...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Single Figure is Required
if true % clc; clear all; for m=1:5 a=randi([0, 100]); b=randi([0, 100]); c=randi([0, 100]); d=randi([0, 100]); z0...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Code for a delay difference equation
Here is the difference equation: x_{n+1}=[p*x_{n-l}+x_{n-k}]/[q+x_{n-k}] Can anyone help me to code it to get the sequence...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Code for Coupled Discrete Dynamical Systems
Consider two dynamical systems $$Z_{n+1}=f(W_n, Z_{n-1})$$ and $$W_{n+1}=f(Z_n, W_{n-1})$$ where $z_0, w_0,z_{-1}, w_{-1}$ are g...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Mandelbrot and Julia Set
Consider a dynamical system $$z_{n+1}=\frac{\alpha+z_n}{1+z_{n-1}}$$ for $n=0,1,2,\dots$ In other words the system is $$z_{n...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Surface of complex numbers
I have a following code which geenrates a set of complex numbers. I want to get a surface plot of these complex numbers. I also ...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plot of complex numbers
I have a code as follows clc; clear all; a=randi([-100, 100]); b=randi([-100, 100]); c=randi([-100, 100]); ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Flip the Bit vector
How to reverse a binary vector. Suppose I have 1 1 0 1 0. I want to make it 0 1 0 1 1. Which function does it?

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Operations on Matrices over Finite field
Consider square matrices over finite field F(p). How to find out rank, determinant, inverse, eigenvalues over the field field F(...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Regarding Reshape of matrices and saving all of them in workspace
n=16; D = [0:2^n]'; B = rem(floor(D*pow2(-(n-1):0)),2); for i=1:2^n C=reshape(B(i,:),4,4); end end I want to sa...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Code for Matrix Dynamics
Consider a set F={0,1}. Consider a set M of all possible 4 dimensional square matrices over the finite field F. Here we know 1+1...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Regarding Mutual information calculation of two binary strings
I am trying to get the Mutual information for two binary strings. I have made a code for it: clear all; S=textread('ecoli_...

más de 11 años hace | 1 respuesta | 0

1

respuesta