Community Profile

photo

YW


Last seen: 8 Monate vor Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Frage


How to make webread work?
>> webread('https://www.mathworks.com') Error using webread (line 119) The connection to URL 'https://www.mathworks....

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Weboptions: Timeout don't work
I am using the Example 1 from webread command help. url = 'http://www.mathworks.com/matlabcentral/fileexchange' sear...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
webread examples don't work
Still didn't work. See below: >> opts = weboptions('UserAgent','Mozilla/5.0') opts = weboptions with prope...

mehr als 7 Jahre vor | 1

Frage


webread examples don't work
I tried to find out how webread works. Following examples don't work for me. >> filex = 'http://www.mathworks.com/matlabcen...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Have trouble to install Arduino support package?
Using Matlab R2014a "add-ons" or from "arduinoio.mlpkginstall", both ways get the error message: - Error getting support packag...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort