photo

Craig Lent


Univ. of Notre Dame

Last seen: 2일 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

3 질문
0 답변

Cody

0 문제
11 답안

순위
10,108
of 301,159

평판
4

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
4

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
42,477
of 173,067

참여
0 문제
11 답안

점수
100

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Can one move the figure window to the top left column in 2025b?
For decades I've been able to drag the figure window to the left-hand column of the IDE, leaving the full length of the right-ha...

3개월 전 | 답변 수: 1 | 0

1

답변

질문


What is required for my university to be able to serve webapp compiled apps to other students?
What is required for my university to be able to serve webapp compiled apps to other students? I'd like students to write the ...

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

1

답변

질문


Warning: Temporary folder could not be deleted
Every time I save the app source, I get a new directory in the current directory with a name like appDesignerTempData_9648885351...

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

1

답변

문제를 풀었습니다


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

거의 12년 전

문제를 풀었습니다


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

거의 12년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 14년 전

문제를 풀었습니다


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

거의 14년 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

거의 14년 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

거의 14년 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

거의 14년 전

문제를 풀었습니다


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

거의 14년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 14년 전

문제를 풀었습니다


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

거의 14년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 14년 전