Qazi Ejaz
College of Aeronautical Engineering, NUST
Followers: 0 Following: 0
Statistics
RANK
N/A
of 300,750
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
786 of 21,073
REPUTATION
2,377
AVERAGE RATING
3.50
CONTRIBUTIONS
31 Files
DOWNLOADS
61
ALL TIME DOWNLOADS
22236
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Submitted
Gradient based Optimization
Code for Gradient based optimization showing solutions at certain iterations
9 years ago | 1 download |
Solved
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...
11 years ago
Solved
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...
11 years ago
Solved
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...
11 years ago
Solved
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...
11 years ago
Solved
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 ...
11 years ago
Solved
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 ...
11 years ago
Submitted
Transfer function in 3D
visualizing transfer functions with DTFS is 3D
11 years ago | 1 download |
Submitted
Transfer function.zip
Transfer function and CTFS 3D visulaization
11 years ago | 1 download |
Submitted
GUI for DC servo Motor
Frequency responses and Time Responses
12 years ago | 2 downloads |
Submitted
lagrange interpolation(Numerical analysis)
Lagrange Interpolation (Numerical Analysis)
12 years ago | 1 download |
Submitted
newton-geogry forward difference
newton-geogry forward difference evaluation
12 years ago | 3 downloads |
Solved
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...
12 years ago





