A résolu


Datetime basics
Generate the datetime scalar representing the current date

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


Inner product of two vectors
Find the inner product of two vectors.

presque 5 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

presque 5 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 5 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

presque 5 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 5 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 5 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 5 ans il y a

Question


Solving simple symbolic trigonometry equations
I have a simple trigonometric equation I would like to solve, but I can't seem to get Matlab to give me an answer: a*sin(x)-b...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


Any way to get "one-shot" callback events? (Instrument callbacks)
I'm trying to figure out how to manage the multiple callback events from a serial-port object. I have a serial-port object wi...

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


Support for Lego Mindstorms EV3
Are there estimates of when the Lego Mindstorms EV3 hardware will be supported with Matlab and Simulink?

environ 12 ans il y a | 11 réponses | 0

11

réponses

Question


Notifying parent from children's callbacks?
I have a handle class that contains one or more instrument objects (e.g., serial, udp, etc). I.e.,: classdef my_class < h...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


Changing default behaviour of latex.m?
Are there any preferences settings for the |latex.m| command (or the ability to specify custom style files)? Case in point: M...

presque 13 ans il y a | 1 réponse | 2

0

réponse