photo

Abdur Rob


Last seen: circa un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
75.538
of 300.364

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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.

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte