photo

Craig Lent


Last seen: 15日 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
0 回答

Cody

0 問題
11 解答

ランク
10,108
of 301,537

評判
4

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
4

ランク
 of 21,318

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
42,636
of 175,234

コントリビューション
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...

5ヶ月 前 | 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...

6年弱 前 | 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年 前