Statistics
10 Questions
0 Answers
RANK
188 092
of 295 527
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to present elements of a cell array?
If in any two elements of both cells, the numbers are the same, then how to display the letters that correspond to these numbers...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
As in Matlab Notebook use functions?
As in Matlab use functions? For example, I wrote a function mymin, then created a .doc file and all placed in the same folder. H...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
How to create an electronic textbook in Matlab, using MS Word?
I need to design a course project in Matlab. Where to start?
mer än 10 år ago | 0 answers | 0
0
answersQuestion
Change function myfind (index)
I wrote the function myfind that return index of key: function index = myfind(vec, key) len = length(vec); index = 0;...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
Create a cell array
How to create a cell arrays consisting of various combinations of letters ABCDE? Letters can be repeated.
mer än 10 år ago | 2 answers | 0
2
answersQuestion
Problem with calling the function
Task: Write a function allparts that will read in lists of part numbers for parts produced by two factories. These are conta...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
How to change the MIN function?
I wrote a function: function MIN = mymin(vec) MIN = vec(1); for i1 = 2:length(vec) if MIN > vec(i1), M...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
Write a function for calculate value
Write a function calcvals that will calculate the maximum, minimum, and mean value of a vector based on how many output argume...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
Mean and median (difference)
Can you help me, please? What is the difference between the mean and the median of a data set if there are only two values ...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
How to finish this function?
function outv=mymean(vec) mysum=0; for i=1:length(vec) mysum=mysum+vec(i); end outv=(mysum-max(vec)-min(vec...
mer än 10 år ago | 1 answer | 0