photo

John


Toronto Metropolitan University

Last seen: 12 días hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Programming Languages:
C++, C, MATLAB

Estadística

All
MATLAB Answers

14 Preguntas
0 Respuestas

Cody

0 Problemas
43 Soluciones

CLASIFICACIÓN
5.361
of 299.722

REPUTACIÓN
9

CONTRIBUCIONES
14 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
42.86%

VOTOS RECIBIDOS
8

CLASIFICACIÓN
 of 20.790

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
9.780
of 165.604

CONTRIBUCIONES
0 Problemas
43 Soluciones

PUNTUACIÓN
626

NÚMERO DE INSIGNIAS
4

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Pregunta


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

3 meses hace | 4 respuestas | 1

4

respuestas

Pregunta


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

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 4

0

respuestas

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 1

1

respuesta

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Datetime basics
Generate the datetime scalar representing the current date

casi 5 años hace

Cargar más