photo

Cristian


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
0 답변

순위
182,389
of 300,364

평판
0

참여
10 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to create an electronic textbook in Matlab, using MS Word?
I need to design a course project in Matlab. Where to start?

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Change function myfind (index)
I wrote the function myfind that return index of key: function index = myfind(vec, key) len = length(vec); index = 0;...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Create a cell array
How to create a cell arrays consisting of various combinations of letters ABCDE? Letters can be repeated.

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 1 | 0

1

답변