Himanshu Rai
Followers: 0 Following: 0
Statistics
RANK
4,154
of 295,569
REPUTATION
12
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
5 years ago | 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...
5 years ago | 0
| accepted
creating a new column with three columns
Use this X = reshape(X', [75, 1])
5 years ago | 0
| accepted
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, :))
5 years ago | 0
| accepted
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
5 years ago | 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...
5 years ago | 0
How to save a GUI figure in matlab
Have you tried export_fig() - https://in.mathworks.com/matlabcentral/fileexchange/23629-export_fig
5 years ago | 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...
5 years ago | 0
Corner detection in freehand drawings
Try this - https://en.wikipedia.org/wiki/Corner_detection
5 years ago | 0
how to train svm
Matlab documentation explains this clearly - Support Vector Machines for Binary Classification
5 years ago | 0
How to purchase student version in india?
Try this link - https://in.mathworks.com/academia/student_version.html
5 years ago | 0