photo

AKHILA GOUDA


Last seen: 대략 3년 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

9 질문
1 답변

Cody

0 문제
11 답안

순위
149,990
of 300,781

평판
0

참여
9 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
36,663
of 171,031

참여
0 문제
11 답안

점수
125

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Mini Hack Participant
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

대략 4년 전

문제를 풀었습니다


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

대략 5년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 5년 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

대략 5년 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

대략 5년 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

대략 5년 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

대략 5년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 5년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 5년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 5년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 5년 전

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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년 초과 전 | 0

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변