Tayyab Khalil
Followers: 0 Following: 0
Estadística
2 Preguntas
2 Respuestas
0 Problemas
16 Soluciones
CLASIFICACIÓN
8.206
of 295.569
REPUTACIÓN
5
CONTRIBUCIONES
2 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
25.653
of 154.105
CONTRIBUCIONES
0 Problemas
16 Soluciones
PUNTUACIÓN
179
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
más de 3 años hace
Resuelto
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...
más de 3 años hace
Pregunta
Solving non-linear equation in vector form
Hi all, hope you are doing well. Soi have a simple equation where the known value is a vector. So i need to get a vector as the...
más de 3 años hace | 3 respuestas | 0
3
respuestasError with Min-Max Scaling
First thing, kindly post your code inside a code block to make it easier to read. I got your code working by simply assigning ...
más de 3 años hace | 0
| aceptada
Pregunta
Plotting over a histogram
Hi all, So I am trying to plot a normal curve over a histogram but the curve doesn't appear. Here is the code: clear all, clo...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Power Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on times that represent powers. Fo...
casi 4 años hace
Resuelto
Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...
casi 4 años hace
Resuelto
Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...
casi 4 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
casi 4 años hace
Resuelto
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 ...
casi 4 años hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
casi 4 años hace
Resuelto
ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...
casi 4 años hace
Unrecognized function or variable error code help required
This is because A_i is undefined in the code but is being used. What value do you want it to have?
casi 4 años hace | 0
Resuelto
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:...
casi 4 años hace