photo

Todd Joesph Graham


Last seen: 대략 1개월 전 2026년부터 활동

Followers: 0   Following: 0

통계

Cody

0 문제
86 답안

순위
N/A
of 301,704

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,387

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
5,323
of 176,138

참여
0 문제
86 답안

점수
1,011

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Promoter
  • Introduction to MATLAB Master
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Area of Ellipse

30일 전

문제를 풀었습니다


area

30일 전

문제를 풀었습니다


size

30일 전

문제를 풀었습니다


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

30일 전

문제를 풀었습니다


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

30일 전

문제를 풀었습니다


02 - Vector Variables 5
_eVec_ = _Hello_ ( _eVec_ is a string, which is a vector of characters )

30일 전

문제를 풀었습니다


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

30일 전

문제를 풀었습니다


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

30일 전

문제를 풀었습니다


Box
Give the volume of a box, x is equal to the body diagonal.

30일 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

30일 전

문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

30일 전

문제를 풀었습니다


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

30일 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

30일 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

30일 전

문제를 풀었습니다


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

30일 전

문제를 풀었습니다


Circle : Square

30일 전

문제를 풀었습니다


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

30일 전

문제를 풀었습니다


Average of odd values
Find the average of odd values in given a matrix. e.g x=[ 4 11 8 ; 9 2 7 ] y =( 11 + 9+ 7 ) / 3

30일 전

문제를 풀었습니다


Calculate feeling temperature before climbing a mountain
I sometimes climb a mountain. As is well known, when the altitude becomes 100 (m) higher, the temperature lowers by 0.6 degrees...

30일 전

문제를 풀었습니다


Function substitution (1)
Evaluate the function for the given values of the variables N and t

30일 전

문제를 풀었습니다


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

30일 전

문제를 풀었습니다


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...

30일 전

문제를 풀었습니다


So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...

30일 전

문제를 풀었습니다


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

30일 전

문제를 풀었습니다


Create an array from 1 to x in steps of 1.

30일 전

문제를 풀었습니다


Narcissistic problem
How many likes has this problem?

30일 전

문제를 풀었습니다


Max of a Vector
Write a function to return the max of a vector

30일 전

문제를 풀었습니다


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

대략 1개월 전

문제를 풀었습니다


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

더 보기