photo

Abdur Rob


Last seen: 11 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
234,704
of 299,768

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


trying to find the differentiation of giving data
I want to find the equation and derevatives of that equation. I struggling to understand the strategy for doing this.

2 years 前 | 1 个回答 | 0

1

个回答

提问


Need to find the digit of this image
I want to extract the number from this image. I used ocr technique to extract the number but could not get the appropriate res...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Autocorrelation with big data
I have written this code to find autocorrlation temp = xlsread('temp.xlsx'); tempnorm = temp - mean(temp); fs = 2*24; % 2 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


got confuse .. where is my mistake
what should i do to solve OR where is my mistake function summa = eja(A) summa = 0; [r c] = size(A); for i = 1:r summa ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how sum all element which are the right of diagonal. where row=colom .....i have done this much but confuse in further operation
function summa = halfsum(A) %A = randi(n,x,y); [row,col] = size(A); if row == col for r = 1:row ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Help.. how would i get 7* to 1*
N = 7; for mm = 1:N for nn = 1:mm fprintf('*'); end fprintf('\n'); end out put is * ** *** **...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Help... what is my mistake and what should i do now?? please
function too_young = under_age(age, limit) if age < limit too_young = true; else too_young = false; return end ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


need help to how to solve this
function T = trio(n,m) T =ones([(n*3) m]); Then, got problem how to do so?

5 years 前 | 1 个回答 | 0

1

个回答

提问


help me please to solve this
How to do This Operation?

5 years 前 | 0 个回答 | 0

0

个回答