Solved


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

2 years ago

Solved


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

2 years ago

Solved


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

2 years ago

Solved


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

2 years ago

Answered
Simulink migration from ros to ros 2
Hi Julio, To obtain ROS 2 generated code in Simulink, you can follow these steps: Update your Simulink model to use ROS 2 block...

2 years ago | 0

Answered
truth table error code
Hi @예림 안, You mentioned, “The picture is the truth table I wrote, and I want to set the output value differently according to...

2 years ago | 0

Answered
How to "flatten" parts of a MATLAB image (e.g. basemap) to save space when saving as a vector image?
To flatten the basemap in MATLAB and save only the plotted elements in vector format, you can achieve this by separating the bas...

2 years ago | 0

Answered
rcsSignature RCS pattern change for radarTransceiver data generation
To achieve a weaker signal in the radarTransceiver object, you need to modify the RCS pattern of the target correctly. Looking a...

2 years ago | 0

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

2 years ago

Solved


Converts numbers into characters
Converts numbers into characters

2 years ago

Solved


Find the max element of the array
Find the max element of the array

2 years ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2 years ago

Solved


to the 2 all elements
to the 2 all elements

2 years ago

Solved


Double all elements in the array
Duplicate all elements in the array

2 years ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

2 years ago

Solved


calculate the length of matrix
input 1 array, calculate the length

2 years ago

Solved


Temperature Conversion 1

2 years ago

Solved


Temperature Conversion 2

2 years ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 years ago

Solved


Mass Conversion 1

2 years ago

Solved


Area Conversion 2

2 years ago

Solved


Mass Conversion 2

2 years ago

Solved


Energy Conversion 1

2 years ago

Solved


Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...

2 years ago

Solved


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

2 years ago

Solved


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

2 years ago

Solved


Total energy

2 years ago

Solved


Kinetic energy calculation

2 years ago

Solved


Laws of motion 1

2 years ago

Solved


Laws of motion 2

2 years ago

Load more