Community Profile

photo

ikram


Last seen: 4일 전 2018년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Answer
  • Explorer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
symbolic and numerical code merged to solve
syms t x a p q r a1 a2 A pr you define variable use below code t=sym('t') syms x a p q r a1 a2 A pr but your code still ...

4년 초과 전 | 0

문제를 풀었습니다


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

4년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

4년 초과 전

문제를 풀었습니다


intersection of matrices
Given two matrices filled with ones and zeros, determine if they share a common row, column entry. These matrices are of identi...

5년 초과 전

문제를 풀었습니다


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:...

5년 초과 전

문제를 풀었습니다


Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...

5년 초과 전