photo

Craig Lent


Univ. of Notre Dame

Last seen: 2 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
0 个回答

Cody

0 个问题
11 个答案

排名
10,108
of 301,045

声誉
4

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
4

排名
 of 21,156

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
42,327
of 172,524

贡献数
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...

2 months 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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 years 前

已解决


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

14 years 前

已解决


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

14 years 前

已解决


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 years 前

已解决


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

14 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

14 years 前