photo

Marisa


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

Cody

9 문제
14 답안

순위
N/A
of 301,200

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
16,307
of 173,322

참여
9 문제
14 답안

점수
345

배지 수
4

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

배지 보기

Feeds

보기 기준

문제


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

11년 초과 전 | 0 | 솔버 수: 390

문제를 풀었습니다


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

11년 초과 전

문제


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

11년 초과 전 | 2 | 솔버 수: 792

문제


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

11년 초과 전 | 5 | 솔버 수: 487

문제를 풀었습니다


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

11년 초과 전

문제


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

11년 초과 전 | 2 | 솔버 수: 538

문제를 풀었습니다


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

11년 초과 전

문제


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

11년 초과 전 | 3 | 솔버 수: 301

문제를 풀었습니다


ASCii Code
Using Matlab get the ASCii for '?'

11년 초과 전

문제


ASCii Code
Using Matlab get the ASCii for '?'

11년 초과 전 | 3 | 솔버 수: 287

문제를 풀었습니다


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

11년 초과 전

문제


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

11년 초과 전 | 1 | 솔버 수: 703

문제를 풀었습니다


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

11년 초과 전

문제


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

11년 초과 전 | 3 | 솔버 수: 490

문제를 풀었습니다


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

11년 초과 전

문제


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

11년 초과 전 | 2 | 솔버 수: 399

문제를 풀었습니다


Complex number
For complex number c=a+bi, write code that will add a and b together.

11년 초과 전

문제를 풀었습니다


Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5

11년 초과 전

문제를 풀었습니다


Rounding
Round 10.67 and make 'y' equal to that number.

11년 초과 전

문제를 풀었습니다


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

11년 초과 전

문제를 풀었습니다


length of a vector
Find twice the length of a given vector.

11년 초과 전

문제를 풀었습니다


Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...

11년 초과 전

문제를 풀었습니다


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

11년 초과 전