photo

praveena maddamsetty


jntuk

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

student

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
120.998
of 301.472

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
12.5%

VOTI RICEVUTI
0

RANK
 of 21.293

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.655

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

0

risposte

Domanda


how to display *dat file in matlab
i want to display the contents of dat file. is there any direct command for that in matlab like fopen,fread....

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Attempted to access s(0); index must be a positive integer or logical.
i am getting the above error when executing below code. for i=0:255 s(i+1)=i; k(i+1)=(123456); end ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


subscript indices must be real positive integers or logicals
while i am executing below code i am getting that error'subscript indices must be real positive integers or logicals' clc; ...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


arnold scrambling execution error
while i am trying to execute arnold image scrambling i am not getting any error and not getting any output til i am terminating ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


error undefined key word key
for i =0:255 s(i+1)=i; end j=0; for i=0:255 j=(j+s(i+1)+key(mod([i,8],256))); s([(i+1),...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how to represent a base number
please tell how to represent xi-1^2. i.e not xi-(2). i want x(i-2)

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how to give range of values to variable
please tell me how to code below statments. for i from 0 to 255 s[i]:=i

circa 10 anni fa | 2 risposte | 0

2

risposte