
BQ Qian
Followers: 0 Following: 0
I'm moving on.
Estadística
0 Problemas
730 Soluciones
CLASIFICACIÓN
N/A
of 298.247
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.553
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
129
of 160.685
CONTRIBUCIONES
0 Problemas
730 Soluciones
PUNTUACIÓN
9.835
NÚMERO DE INSIGNIAS
38
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
alrededor de 1 mes hace
Resuelto
Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]
alrededor de 1 mes hace
Resuelto
Replace Vector Elements
Replace all elements in a vector which are equal to or smaller than zero with 0.1. Example: A = [1 2 3 -1 0 2 -3 -80]; ...
alrededor de 1 mes hace
Resuelto
How many days in a month?
Return the number of days in a given month in 2017. If the input is not a valid month number, return -1. Examples: Input...
alrededor de 1 mes hace
Resuelto
Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...
alrededor de 1 mes hace
Resuelto
sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...
alrededor de 1 mes hace
Resuelto
Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...
alrededor de 1 mes hace
Resuelto
04 - Scalar Equations 3
Define the variables a, b, and c: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b....
alrededor de 1 mes hace
Resuelto
Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...
alrededor de 1 mes hace
Resuelto
Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...
alrededor de 1 mes 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
alrededor de 1 mes hace
Resuelto
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
alrededor de 1 mes hace
Resuelto
letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...
alrededor de 1 mes hace
Resuelto
Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.
alrededor de 1 mes hace
Resuelto
find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4
alrededor de 1 mes hace
Resuelto
Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...
alrededor de 1 mes hace
Resuelto
Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...
alrededor de 1 mes hace
Resuelto
Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...
alrededor de 1 mes hace
Resuelto
Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.
alrededor de 1 mes hace
Resuelto
Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area
alrededor de 1 mes hace
Resuelto
04 - Scalar Equations 2
Define the variables a and b: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b.png>...
alrededor de 1 mes hace
Resuelto
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
alrededor de 1 mes hace
Resuelto
Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...
alrededor de 1 mes hace
Resuelto
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
alrededor de 1 mes hace
Resuelto
Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2
alrededor de 1 mes hace