Ankit Kumar - MATLAB Central
photo

Ankit Kumar

MathWorks

Last seen: 거의 5년 전 2019년부터 활동

Followers: 0   Following: 0

I work at MathWorks India Pvt. Ltd.

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

통계

MATLAB AnswersFrom 10/19 to 03/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 질문
8 답변

순위
2,230
of 297,672

평판
28

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
3

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Matrix Dimensions Must Agree Error for Cross Correlation
Hi William, In your code y1 = fftshift(ifft(fft(x_ne,n).*conj(fft(h_n1,corr1)))) Here the two arrays are not compatible for ...

5년 초과 전 | 0

답변 있음
How to put the data into matrix / table?
Hi Muhammad, A matrix must have all the elements of the same data type. Also a table can have different types of data but all...

5년 초과 전 | 1

| 수락됨

답변 있음
comment je peux compacter un tableau
Hi, Vous pouvez extraire les valeurs uniques par, A = val = unique(T,'stable'); Vous pouvez compter le nombre d'occurrenc...

5년 초과 전 | 0

답변 있음
How to extract data from a long csv object that is given as a single text variable
Hi Stewart, You can extract the different text entries using strsplit(). Refer this for more info, https://www.mathworks.com...

5년 초과 전 | 0

| 수락됨

답변 있음
How to change FontSize and FontWeight of labels using labeledge?
Hi Simone, You can change the FontSize and FontWeight of edge labels using GraphPlot Properties In your case for example, s...

5년 초과 전 | 1

| 수락됨

답변 있음
Can matlab support raspberry PI 4b?
Hello Xianjin, As of today, the latest release, MATLAB R2019b supports upto 3B+. The development team is actively looking int...

5년 초과 전 | 1

| 수락됨

답변 있음
predict probabilities using LSTM
Hi Gadelhag, You can use [YPred, scores] = classify(net,sequences) Here scores give you the probabilities of different cl...

5년 초과 전 | 0

| 수락됨