
Garmit Pant
Statistics
0 Questions
11 Answers
RANK
2,066
of 277,732
REPUTATION
24
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 18,792
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128,913
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Adding time to time string
Hello Arcot You can use the following code snippet as an example and adapt it to your own needs: DateString = '2014/05/26'; %...
11 months ago | 0
| accepted
calculate math problem help
Hello idan You can directly type this in a live script or the command window of MATLAB and it will give you the answer. 4^2/(4...
11 months ago | 0
Create a cell array containing the first 3 doubles from another cell array
Hello Fabio It is my understanding that you want to extract the first three cells from a cell array CCC. This can be achieved ...
11 months ago | 1
| accepted
how to write a for loop for 4 screws which have x,y,z so that it get print
Hello Anwesha You can use the following code snippet to write the data that you have provided into a text file. x = [77,-60,-1...
11 months ago | 0
Too many input arguments.
Hello Fabrice I have gone through your code and have identified that the following error is produced at the following line: fp...
11 months ago | 0
How to get a cell array with lidarScan data for addScan?
Hello Blondi It is my understanding that you want to add LIDAR scans from your data to LIDAR SLAM maps. You are facing an erro...
11 months ago | 0
| accepted
I want to apply a different color to the bar in yyaxis.
Hello 승현 이 To add colours to the bars, you just need to use the colororder() function as demonstrated below: figure(2), grid...
11 months ago | 1
| accepted
How to use trainNetwork function for input as a video?
Hello Shilpa It is my understanding that you want to build a classifier that takes a video input. You are using the 'trainNetwo...
11 months ago | 0
How to import non-image data in Deep Network Designer
Hello Parashhyoti My understanding of the problem is that you are trying to train an LSTM or any other non-image related deep n...
11 months ago | 0
Unable to perform assignment because the left and right sides have a different number of elements.
Hello Athira It is my understanding that you need help in resolving the error message : % Unable to perform assignment because...
11 months ago | 0
How to Split test and training set
Hello Uthowaipru It is my understanding that you have data in the form of CSV files that you wish to load and split into train ...
12 months ago | 0
| accepted