photo

praveena maddamsetty


jntuk

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

student

统计学

MATLAB Answers

8 个提问
0 个回答

排名
121,008
of 301,481

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,298

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,744

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答