Qazi Ejaz
College of Aeronautical Engineering, NUST
Followers: 0 Following: 0
Estadística
31 Archivos
Cody0 Problemas
18 Soluciones
CLASIFICACIÓN
N/A
of 301.313
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
788 of 21.236
REPUTACIÓN
2.380
EVALUACIÓN MEDIA
3.50
CONTRIBUCIONES
31 Archivos
DESCARGAS
46
ALL TIME DESCARGAS
22265
CLASIFICACIÓN
27.860
of 173.955
CONTRIBUCIONES
0 Problemas
18 Soluciones
PUNTUACIÓN
190
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
Enviada
Steepest Gradient Optimization
Steepest Decent Optimization
casi 10 años hace | 1 descarga |
Enviada
Gradient based Optimization
Code for Gradient based optimization showing solutions at certain iterations
casi 10 años hace | 1 descarga |
Resuelto
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
casi 12 años hace
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
casi 12 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...
casi 12 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
casi 12 años hace
Resuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
casi 12 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
casi 12 años hace
Enviada
Transfer function in 3D
visualizing transfer functions with DTFS is 3D
casi 12 años hace | 1 descarga |
Enviada
Transfer function.zip
Transfer function and CTFS 3D visulaization
casi 12 años hace | 1 descarga |
Enviada
GUI for DC servo Motor
Frequency responses and Time Responses
casi 12 años hace | 1 descarga |
Enviada
lagrange interpolation(Numerical analysis)
Lagrange Interpolation (Numerical Analysis)
alrededor de 12 años hace | 1 descarga |
Enviada
System of nonlinear equations
System of nonlinear equations
alrededor de 12 años hace | 1 descarga |
Enviada
Heun method
Heunís Method (Improved Eulerís Method)
alrededor de 12 años hace | 1 descarga |
Enviada
Simpson-trapizoidal
Simson 1/3 ,3/8 and trapizoidal rule
alrededor de 12 años hace | 1 descarga |
Enviada
newton-geogry forward difference
newton-geogry forward difference evaluation
alrededor de 12 años hace | 4 descargas |
Enviada
Euler method
Eulerís Method for Numerical Solution of ODE
alrededor de 12 años hace | 1 descarga |
Resuelto
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
alrededor de 12 años hace





