Statistics
3 Questions
0 Answers
RANK
36,785
of 301,200
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,190
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,339
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to change time stamp to readable date and time without giving reference time ?
Below code is to generate Date and Time from a timeStamp but with the help of reference date and time (refTime). However , I nee...
10 years ago | 2 answers | 0
2
answersQuestion
Can we use biger stride than 1 in Conv2, Convn, Imfilter ?
Hi, I want to use conv2, convn, or Imfilter to filter an image, but i want to stride more than 1, So that to have a reduced outp...
10 years ago | 1 answer | 1
1
answerQuestion
Multi-variable Fitness Function error using Optimization Tool
function f = objfun(x,t) f = x.*(t-x); end When i try to use this code as a fitness function using MATLAB's Optimization T...
10 years ago | 1 answer | 0
