Resuelto


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

más de 2 años hace

Respondida
How to get rid of data type display in Simulink ?
R2022a: Debug --> (Diagnostics) Information Overlays --> Ports --> (Uncheck) Alias Data Types

casi 3 años hace | 0

Resuelto


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

alrededor de 3 años hace

Resuelto


non-repitition of numbers in a vector

alrededor de 3 años hace

Resuelto


Find Sum of array

alrededor de 3 años hace

Resuelto


String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89

alrededor de 3 años hace

Resuelto


Detect pair of equal values in a Matrix
A 2D matrix of 2 rows and N columns with random integer numbers. A = [3 1 2 4 6 6 7; 7 3 2 1 5 2 4] ...

alrededor de 3 años hace

Resuelto


add 10
add 10 to x to equal y

alrededor de 3 años hace

Resuelto


force y to equal 1
no matter what x is, y should be 1

alrededor de 3 años hace

Resuelto


Kinetic energy calculation

alrededor de 3 años hace

Resuelto


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


Mile to Kilometer
x is mile and y is km

alrededor de 3 años hace

Resuelto


NaN

alrededor de 3 años hace

Resuelto


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

alrededor de 3 años hace

Resuelto


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

alrededor de 3 años hace

Resuelto


Error handling
If the input is a negative number, generate an error. Otherwise, return the number.

alrededor de 3 años hace

Problema


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

casi 4 años hace | 0 | 66 solvers

Resuelto


Create cell array of numeric arrays
Convert the input to a cell array, but only if necessary. If the input is a numeric array, return a 1-by-1 cell array contain...

casi 4 años hace

Resuelto


Create cell array of strings
Convert the input to a cell array, but only if necessary. If the input is a string, return a 1-by-1 cell array containing the...

casi 4 años hace

Resuelto


Mass Conversion 2

casi 4 años hace

Resuelto


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

casi 4 años hace

Pregunta


How to change Default Font in App Designer for ALL Components?
In App Designer, when you drag a drop any component from the Component Library the default FontName is Helvetica, FontSize is 12...

casi 4 años hace | 1 respuesta | 0

1

respuesta

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

casi 4 años hace

Resuelto


Mass Conversion 1

casi 4 años hace

Resuelto


Temperature Conversion 3

casi 4 años hace

Resuelto


Temperature Conversion 2

casi 4 años hace

Resuelto


Temperature Conversion 1

casi 4 años hace

Resuelto


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

casi 4 años hace

Resuelto


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

más de 4 años hace

Cargar más