photo

AKHILA GOUDA


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

9 Questions
1 Answer

Cody

0 Problems
11 Solutions

RANK
207,481
of 300,688

REPUTATION
0

CONTRIBUTIONS
9 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,039

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
36,276
of 170,148

CONTRIBUTIONS
0 Problems
11 Solutions

SCORE
125

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Mini Hack Participant
  • Solver
  • First Answer

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 0 answers | 0

0

answers

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

5 years ago | 0

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers