Resuelto


how tall are you?
you can find the length wit this code.

más de 5 años hace

Resuelto


Negative matrix
Change the sign of all elements in given matrix.

más de 5 años hace

Resuelto


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

más de 5 años hace

Resuelto


sumdigits
function [p1,p2] = goldbach(n) for p1 = 1:n if isprime(p1) p2 = n - p1; if isprime(p2) re...

más de 5 años hace

Resuelto


Find and replaces spaces from a input string with *
For a given input string str, find how many spaces are there in the string and replace those spaces with * e.g. str = 'this is ...

más de 5 años hace

Resuelto


Number of o rderd pairs of integers (I,J) that can be formed.
Write a MATLAB function that calculates the number of ordered pairs of integers (I, J) that can be formed satisfying the condit...

más de 5 años hace

Resuelto


Ordered pairs of integers (I, J).
Write a MATLAB function that calculates the number of ordered pairs of integers (I, J) that can be formed satisfying the conditi...

más de 5 años hace

Resuelto


Four digit number ABCD reversal
write a MATLAB function to find the four-digit number ABCD when multiplied by 4 returns DCBA. The function takes an input x=4.

más de 5 años hace

Resuelto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

más de 5 años hace

Resuelto


Matrix indexing with two vectors of indices (★★)
(copy of Prob 589) Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)). Thus, if...

más de 5 años hace

Resuelto


Matrix with increasing numbers (★★★★)

más de 5 años hace

Resuelto


Replicate elements in vectors (★★★)
(copy of Prob 867) Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2...

más de 5 años hace

Resuelto


*Prime number check 2 (in construction)
Another way to see if a number is prime is to count the number of factors. For example, the number 4 has 2 factors, [ 2 4 ]...

más de 5 años hace

Resuelto


Function 1 (★)
Compute the value of <<https://i.imgur.com/AxKWLmE.gif>> for any given positive x.

más de 5 años hace

Resuelto


Negative without '-'
Simple: return a negative number without using the '-' sign. Thanks to Problem <https://www.mathworks.com/matlabcentral/cody/...

más de 5 años hace

Resuelto


Normalize by maximum
Subtract the maximum value in a column from the corresponding columns of a matrix.

más de 5 años hace

Resuelto


Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>

más de 5 años hace

Resuelto


Find Logic 23

más de 5 años hace

Resuelto


Find Logic 20

más de 5 años hace

Resuelto


Find Logic 19

más de 5 años hace

Resuelto


Find Logic 18

más de 5 años hace

Resuelto


Find Logic 17

más de 5 años hace

Resuelto


Find Logic 16

más de 5 años hace

Resuelto


Find Logic 14

más de 5 años hace

Resuelto


Find Logic 13

más de 5 años hace

Resuelto


Find Logic 12

más de 5 años hace

Resuelto


Find Logic 9

más de 5 años hace

Resuelto


Find Logic 8

más de 5 años hace

Resuelto


Find Logic 1

más de 5 años hace

Resuelto


Find Logic 7

más de 5 años hace

Cargar más