photo

John


Toronto Metropolitan University

Last seen: etwa 2 Monate vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Programming Languages:
C++, C, MATLAB

Statistik

All
  • Thankful Level 3
  • Thankful Level 2
  • Community Group Solver
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Managing custom classes, mat-files, and namespaces
Say I have a (simple) custom class, defined with a classdef. Let's say it's defined in my_class.m I then generate a bunch of ob...

6 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Argument validation for class methods
Is there a best practice for validating (or not validating) the 'self' arguments in class method definitions? Consider: clas...

6 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Using bagOfFeatures with RosBag data (storage efficiency)?
We're working on an application to do feature recognition and SLAM using the bagOfFeatures objects. I was wondering whether ther...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Debugging mex-files. Visual Studio breakpoints not working.
For the longest time, I have been able to debug mex-functions using Visual Studio. In the past it often required a little dance ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


pcshow permanently changes figure window?
This is a minor issue but I'm not sure it's intended behaviour. When using pcshow to display a pointcloud, the figure window swi...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Serial vs. Serialport questions
I had a few questions about differences between the legacy serial objects and the newer serialport implementation. Any help woul...

mehr als 3 Jahre vor | 0 Antworten | 4

0

Antworten

Frage


Inconsistent behaviour in fprintf output (scripts and LiveScripts)?
The output from fprintf seems to be inconsistent when called from within a livescript. The interpreter seems to be adding extra ...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Unit testing with externally configurable parameters.
I am exploring Matlab's unit testing framework and I'd like to use it with a project that involves communicating with an externa...

etwa 4 Jahre vor | 1 Antwort | 1

1

Antwort

Gelöst


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

etwa 4 Jahre vor

Gelöst


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

etwa 4 Jahre vor

Gelöst


Lost days
Given two dates in a particular format, calculate the difference between them.

etwa 4 Jahre vor

Gelöst


Leap Year
According to Gregorian Calender(which is in use now, in many countries),decide whether a given year is a leap year or not. Give...

etwa 4 Jahre vor

Gelöst


leap year
find the number of leap years within the given time interval

etwa 4 Jahre vor

Gelöst


Friday or not
I love Friday. Please tell me whether the day is Friday. Dateformat is 'yyyy-mm-dd' or 'dd-mmm-yyyy' or 'mm/dd/yyyy'. Exa...

etwa 4 Jahre vor

Gelöst


Datetime basics
Generate the datetime scalar representing the current date

etwa 4 Jahre vor

Gelöst


Calendar Matrix
Return a calendar matrix for the given values of month and year. Assume that Sunday is the first day of the week. The resulting ...

etwa 4 Jahre vor

Gelöst


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

etwa 4 Jahre vor

Gelöst


Find the day for a date
Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YY...

etwa 4 Jahre vor

Gelöst


Friday the 13th
According to superstition, lots of unpleasant stuff happens on Friday the 13th, so you might like to find the next occurence of ...

etwa 4 Jahre vor

Gelöst


Day counter function
Write a function called _day_counter_ that returns the number of Mondays that fell on the first day of the month in a given year...

etwa 4 Jahre vor

Gelöst


Count the days
Count the occurrence of a particular day (e.g. Monday) in a given year.

etwa 4 Jahre vor

Gelöst


How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning...

etwa 4 Jahre vor

Gelöst


Days until next NewYear ball drop
Given a date string in the form 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss', calculate the number of *days* until the dropping of the ...

etwa 4 Jahre vor

Gelöst


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

etwa 4 Jahre vor

Gelöst


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

etwa 4 Jahre vor

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

etwa 4 Jahre vor

Gelöst


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

etwa 4 Jahre vor

Gelöst


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

etwa 4 Jahre vor

Gelöst


Find max
Find the maximum value of a given vector or matrix.

etwa 4 Jahre vor

Gelöst


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

etwa 4 Jahre vor

Mehr laden