Sepideh Afkhami Goli
University of Calgary
Followers: 0 Following: 0
Statistics
All
RANK
254,125
of 301,213
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,191
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 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Question about Gaussian Process regression using GPML toolbox
Hello, I am using GPML toolbox for learning multiple motion models from my data and then using those models for making regressi...
8 years ago | 1 answer | 0
1
answerSolved
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
8 years ago
