![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/323370_1490647405843.jpg)
themaze
Followers: 0 Following: 0
Professional Interests: Signal Processing, Communication Systems
Estadística
CLASIFICACIÓN
10.253
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
2 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
1.431 of 20.419
REPUTACIÓN
1.304
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
15
ALL TIME DESCARGAS
13046
CLASIFICACIÓN
29.049
of 157.725
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
152
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
más de 2 años hace
Resuelto
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
más de 2 años hace
Resuelto
Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...
más de 2 años hace
Resuelto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
más de 3 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 7 años hace
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:...
alrededor de 7 años hace
Resuelto
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
alrededor de 7 años hace
Resuelto
Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...
alrededor de 7 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 7 años hace
Resuelto
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
más de 7 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 7 años hace
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
más de 7 años hace
Pregunta
precision while using anonymous function
I have an anonymous function and the same operation using matrix manipulations. I am getting different results. what could be th...
más de 7 años hace | 1 respuesta | 0
1
respuestaResuelto
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
más de 7 años hace
inline matrix n x n input
The input argument to the inline function is automatically determined by searching expr for an isolated lower case alphabetic ch...
casi 12 años hace | 0
| aceptada
FFT of a function
Here is a nice way to accomplish that I am assuming that w = 2*pi*f. Also you need to define your t Xw = @(w, t) fft(cos(w...
casi 12 años hace | 0
Pregunta
retrieve coefficients from multivariable symbolic equation.
Hi, what will be the easiest/best to extract coefficients from multivariate symbolic equations. for instance if I have ...
más de 13 años hace | 2 respuestas | 0
2
respuestasEnviada
Bit Error Rate in Bit Error rates with pulse shaping consideration
Bit Error Rate in CDMA with MAI consideration.
casi 17 años hace | 6 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/7409/versions/1/screenshot.jpg)
Enviada
System Identification Comparison
Comparison of system identification using LMS, NLMS & LMF
más de 18 años hace | 6 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/12921/versions/1/screenshot.jpg)