photo

Himanshu Rai


2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
11 답변

Cody

0 문제
37 답안

순위
4,462
of 301,517

평판
12

참여
0 질문
11 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,314

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
15,372
of 175,060

참여
0 문제
37 답안

점수
380

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer
  • Revival Level 1
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Problems regarding activation key
Try these links - Where can I find the Activation Key and File Installation Key (FIK) for my license? How do I find my MATLAB...

거의 7년 전 | 0

답변 있음
Sum of a function
The expression below should solve your problem. Also write questions properly - would be scalar, so is a vector. and are nor...

거의 7년 전 | 0

| 수락됨

답변 있음
creating a new column with three columns
Use this X = reshape(X', [75, 1])

거의 7년 전 | 0

| 수락됨

답변 있음
How to Plot the 3D points by Plot3 function in matlab?
Use the following expression, assuming your matrix is stored in variable 'x' plot3(x(1, :), x(2, :), x(3, :))

거의 7년 전 | 0

| 수락됨

답변 있음
how to extract data from metadata in matlab?
You should to refer to the following links in file exchange HDF5 Read/Write Cellstr Example HDF5TOOLS

거의 7년 전 | 0

답변 있음
How to convert date by changine date format from text file?
Try this function, it accepts three vectors corresponding to year, day and hour function Dt = conv(Year, Day, Hour) Dt = d...

거의 7년 전 | 0

답변 있음
How to save a GUI figure in matlab
Have you tried export_fig() - https://in.mathworks.com/matlabcentral/fileexchange/23629-export_fig

거의 7년 전 | 0

답변 있음
having trouble with number displays in matrix
Since you are having trouble displaying year as integers, you can try this a=1000; r=0.1; bal=a; year=0; disp('Year Balance...

거의 7년 전 | 0

답변 있음
Corner detection in freehand drawings
Try this - https://en.wikipedia.org/wiki/Corner_detection

거의 7년 전 | 0

답변 있음
how to train svm
Matlab documentation explains this clearly - Support Vector Machines for Binary Classification

거의 7년 전 | 0

답변 있음
How to purchase student version in india?
Try this link - https://in.mathworks.com/academia/student_version.html

거의 7년 전 | 0