photo

Abdur Rob


Last seen: environ un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
75 538
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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.

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

0

réponse