Qazi Ejaz
College of Aeronautical Engineering, NUST
Followers: 0 Following: 0
Statistica
RANK
N/A
of 301.229
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
788 of 21.196
REPUTAZIONE
2.380
VALUTAZIONE MEDIA
3.50
CONTRIBUTI
31 File
DOWNLOAD
43
ALL TIME DOWNLOAD
22258
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
Gradient based Optimization
Code for Gradient based optimization showing solutions at certain iterations
quasi 10 anni fa | 1 download |
Risolto
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...
quasi 12 anni fa
Risolto
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...
quasi 12 anni fa
Risolto
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...
quasi 12 anni fa
Risolto
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...
quasi 12 anni fa
Risolto
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 ...
quasi 12 anni fa
Risolto
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 ...
quasi 12 anni fa
Inviato
Transfer function in 3D
visualizing transfer functions with DTFS is 3D
quasi 12 anni fa | 1 download |
Inviato
Transfer function.zip
Transfer function and CTFS 3D visulaization
quasi 12 anni fa | 1 download |
Inviato
GUI for DC servo Motor
Frequency responses and Time Responses
quasi 12 anni fa | 1 download |
Inviato
lagrange interpolation(Numerical analysis)
Lagrange Interpolation (Numerical Analysis)
quasi 12 anni fa | 1 download |
Inviato
newton-geogry forward difference
newton-geogry forward difference evaluation
quasi 12 anni fa | 4 download |
Risolto
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...
circa 12 anni fa





