photo

John


Toronto Metropolitan University

Last seen: 6 days ago Active since 2013

Followers: 0   Following: 0

Message

Programming Languages:
C++, C, MATLAB

Statistics

All
MATLAB Answers

15 Questions
0 Answers

Cody

0 Problems
43 Solutions

RANK
5,132
of 300,302

REPUTATION
10

CONTRIBUTIONS
15 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
9

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
9,933
of 168,040

CONTRIBUTIONS
0 Problems
43 Solutions

SCORE
626

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


Desktop panels can no longer be tabbed? (2025x)
I recently made the switch from 2024b to 2025b. I have always run with the 'Workspace' and 'Files' panels tabbed together. It ap...

29 days ago | 1 answer | 1

1

answer

Solved


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

4 months ago

Solved


Rescale Scores
Each column (except last) of matrix X contains students' scores in a course assignment or a test. The last column has a weighted...

4 months ago

Solved


Calculate Inner Product
Given two input matrices, x and y, check if their inner dimensions match. If they match, create an output variable z which cont...

4 months ago

Solved


Find MPG of Lightest Cars
The file cars.mat contains a table named cars with variables Model, MPG, Horsepower, Weight, and Acceleration for several classi...

4 months ago

Solved


Find the Best Hotels
Given three input variables: hotels - a list of hotel names ratings - their ratings in a city cutoff - the rating at which yo...

4 months ago

Solved


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

4 months ago

Solved


Calculate BMI
Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas: 1 kilogram = 2.2 pounds 1 inch = 2...

4 months ago

Solved


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

4 months ago

Solved


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...

4 months ago

Solved


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

4 months ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

4 months ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

4 months ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

4 months ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

4 months ago

Question


Inheritance, abstract and constant properties.
I am trying to write some classes that encapsulate concept definitions, but I'd also like to be able to define an alternate set ...

5 months ago | 4 answers | 1

4

answers

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 0 answers | 4

0

answers

Question


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 ...

4 years ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 1 answer | 1

1

answer

Solved


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...

5 years ago

Solved


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...

5 years ago

Solved


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

5 years ago

Solved


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...

5 years ago

Solved


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

5 years ago

Solved


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...

5 years ago

Load more