Statistics
RANK
2 698
of 295 527
REPUTATION
22
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
9 614 of 20 242
REPUTATION
41
AVERAGE RATING
5.00
CONTRIBUTIONS
0 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
166
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
nästan 7 år ago
Solved
Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...
ungefär 7 år ago
Solved
Colon operator of two vectors
You are given two vectors of equal length: VecStart, VecEnd Each vector contain a set of integers, where VecEnd(j)>=VecStar...
ungefär 8 år ago
Solved
Find Index of maximum Value and maximum Value of a vector
Find the Index of the first occurrence of the maximum value in a vector and also the maximum value in the vector. Example: [...
ungefär 8 år ago
Solved
Food safety
Assign safeTemperature with 1 if foodTemperature is less than 40 or greater than 165.
ungefär 8 år ago
Solved
Basic arrays operations.
Apply element-by-element binary operation 'fun' to two arrays (A and B).
ungefär 8 år ago
Solved
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...
ungefär 8 år ago
Solved
Matlab Basics - Sum a vector
Write a script to add up all the elements in a vector e.g. x = [1 2 3 4] --> output = 10
ungefär 8 år ago
Solved
Linear-spaced points array
* Construct a row array plotPoints with 5 values that are spaced linearly from lowValue to highValue. Ex: If lowValue is 1 and ...
ungefär 8 år ago
Solved
Determine the square root
Determine the square root of the value the user has entered, n.
ungefär 8 år ago
Solved
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
ungefär 8 år ago
Solved
05 - Vector Equations 2
Define the vectors _aVec_ and _bVec_: <<http://samle.dk/STTBDP/Assignment1_2a.png>> and <<http://samle.dk/STTBDP/Assig...
ungefär 8 år ago
Solved
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
ungefär 8 år ago
Solved
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
ungefär 8 år ago
Solved
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
ungefär 8 år ago
Solved
02 - Vector Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 1...
ungefär 8 år ago
Solved
02 - Vector Variables 5
_eVec_ = _Hello_ ( _eVec_ is a string, which is a vector of characters )
ungefär 8 år ago
Solved
02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...
ungefär 8 år ago
Solved
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
ungefär 8 år ago
Solved
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
ungefär 8 år ago
Solved
Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...
ungefär 8 år ago
Solved
06 - Matrix Equations 1
Define the vectors _aVec_ and _bVec_ and the matrix _aMat_: <<http://samle.dk/STTBDP/Assignment1_2a.png>> and <<http:/...
ungefär 8 år ago
Solved
07 - Common functions and indexing 1
Define _cMat_: <<http://samle.dk/STTBDP/Assignment1_3c.png>> ( _cMat_ = 10x10 matrix where the numbers from 1 to 100 runs ...
ungefär 8 år ago
Solved
06 - Matrix Equations 2
Define the vectors _aVec_ and _bVec_: <<http://samle.dk/STTBDP/Assignment1_2a.png>> and <<http://samle.dk/STTBDP/Assig...
ungefär 8 år ago