Statistics
RANK
22,531
of 295,527
REPUTATION
2
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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=...
7 years ago
Solved
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...
7 years ago
Solved
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...
7 years ago
Solved
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:...
7 years ago
Question
How to make webread work?
>> webread('https://www.mathworks.com') Error using webread (line 119) The connection to URL 'https://www.mathworks....
8 years ago | 0 answers | 0
0
answersQuestion
Weboptions: Timeout don't work
I am using the Example 1 from webread command help. url = 'http://www.mathworks.com/matlabcentral/fileexchange' sear...
8 years ago | 1 answer | 0
1
answerwebread examples don't work
Still didn't work. See below: >> opts = weboptions('UserAgent','Mozilla/5.0') opts = weboptions with prope...
8 years ago | 1
Question
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...
8 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 1 answer | 0