photo

Tayyab Khalil


Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

2 질문
2 답변

Cody

0 문제
16 답안

순위
8,642
of 300,381

평판
5

참여
2 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
28,169
of 168,477

참여
0 문제
16 답안

점수
179

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • Thankful Level 2
  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Find Logic 17

4년 초과 전

문제를 풀었습니다


Find the Pattern 9

4년 초과 전

문제를 풀었습니다


Find Logic 18

4년 초과 전

문제를 풀었습니다


Find Logic 19

4년 초과 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4년 초과 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

4년 초과 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

4년 초과 전

질문


Solving non-linear equation in vector form
Hi all, hope you are doing well. Soi have a simple equation where the known value is a vector. So i need to get a vector as the...

4년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
Error with Min-Max Scaling
First thing, kindly post your code inside a code block to make it easier to read. I got your code working by simply assigning ...

4년 초과 전 | 0

| 수락됨

질문


Plotting over a histogram
Hi all, So I am trying to plot a normal curve over a histogram but the curve doesn't appear. Here is the code: clear all, clo...

4년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Power Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on times that represent powers. Fo...

거의 5년 전

문제를 풀었습니다


Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...

거의 5년 전

문제를 풀었습니다


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

거의 5년 전

문제를 풀었습니다


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

거의 5년 전

문제를 풀었습니다


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

거의 5년 전

답변 있음
Unrecognized function or variable error code help required
This is because A_i is undefined in the code but is being used. What value do you want it to have?

거의 5년 전 | 0

문제를 풀었습니다


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년 전