Community Profile

photo

free5721


Heritage Christian Academy

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

Followers: 0   Following: 0

联系

统计数据

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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已回答
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...

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

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

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

6 years 前

已回答
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...

7 years 前 | 0