photo

AKHILA GOUDA


Last seen: quasi 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

9 Domande
1 Risposta

Cody

0 Problemi
11 Soluzioni

RANK
249.201
of 300.381

REPUTAZIONE
0

CONTRIBUTI
9 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
35.796
of 168.477

CONTRIBUTI
0 Problemi
11 Soluzioni

PUNTEGGIO
125

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Mini Hack Participant
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Is it possible to run more than one external command using MATLAB simultaneously?
I want to run more than one external command simultaniously using matlab code without waiting to the results of 1st one. % supp...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to remove spot from an image.?
i want to remove the black spot with character L. so i want write a piece of code which help me to find this spot and remove it...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


how can i model a structure of nasa almond?
I want to model a nasa almond structure. i found a code on matlab but it shows an error of undefined function platform. p = p...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Worker distribution in matlab code
I want to run 10 neural network at time but in case of serial coding it will take long time to get execute. So i want to distri...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


parallel run of multiple neural network using parfor
I want to run multiple training network using parfor for time reduction. this one is my code. but the code does not run even i...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


number of worker in parallel toolbox
I want to know the number of workers are avialable in my PC. So how can i check that. How number of worker determined in a PC?...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Risposto
How do you subtract 1st dim all values in a 3D matrix with 1st dim all values of another 3D matrix?
If I understand your question then you simple go through matrix element wise operation A=rand(10,100,50); B=rand(10,100,...

oltre 5 anni fa | 0

Domanda


cell array concept issue
Sir I have an issue on cell array concept. I want to generate 10 values using a for loop of 10 iteration and in every iteration...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to remove white Gaussian noise from an audio .wav file ?
if true % code end [y,Fs] = audioread('siren1.wav'); % sound(y,Fs); out=awgn(y,Fs); sound(out) i used wh...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Write an array of data to multiple text file but it shows error
x =rand(10,1); for i=1:10 A = x*i; textFilename = ['akg_' num2str(i) '.txt']; fid=fopen(textFilename,'...

oltre 7 anni fa | 0 risposte | 0

0

risposte