Feeds
질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 1
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
