photo

free5721


Heritage Christian Academy

Last seen: 約1年 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
3 回答

Cody

0 問題
4 解答

ランク
7,614
of 298,350

評判
6

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

回答採用率
100.0%

獲得投票数
3

ランク
 of 20,571

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
59,267
of 160,925

コントリビューション
0 問題
4 解答

スコア
51

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


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

4年以上 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

4年以上 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4年以上 前

回答済み
How to export a figure in Live Script?
Thank you Sindar! I used your first suggestion print(gcf,'-dpng','picture.png') within the Live Script Environment, and th...

4年以上 前 | 0

| 採用済み

質問


How to export a figure in Live Script?
I am attempting to use the command: saveas(gcf,'picture.png') to save a figure from a Live Script. But to no success. An im...

4年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Change the font used for codes in Live Editor?
Yes, having the ability to change the font size and font type of the Live Editor window would be welcome feature in future relea...

5年以上 前 | 3

解決済み


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...

約7年 前

回答済み
fetching data from yahoo
I first encountered this problem back in April 2017. I used the Matlab fix mentioned above and it resolved the problem. Howeve...

8年弱 前 | 0