Community Profile

photo

free5721


Heritage Christian Academy

Last seen: 30 giorni fa Attivo dal 2017

Statistiche

All
  • First Review
  • Solver
  • First Answer

Visualizza badge

Content Feed

Visto da

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

oltre 3 anni fa | 0

| accettato

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

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

oltre 4 anni fa | 3

Risolto


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

circa 6 anni fa

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

quasi 7 anni fa | 0