Qazi Ejaz
College of Aeronautical Engineering, NUST
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
已提交
Gradient based Optimization
Code for Gradient based optimization showing solutions at certain iterations
10 years 前 | 1 次下载 |
已解决
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 前
已解决
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 前
已解决
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 前
已解决
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 前
已解决
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 前
已解决
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 前
已提交
lagrange interpolation(Numerical analysis)
Lagrange Interpolation (Numerical Analysis)
12 years 前 | 1 次下载 |
已提交
newton-geogry forward difference
newton-geogry forward difference evaluation
12 years 前 | 4 次下载 |
已解决
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 前





