photo

Lila wagou


2013년부터 활동

Followers: 0   Following: 0

메시지

Student

통계

MATLAB Answers

16 질문
0 답변

순위
18,156
of 300,364

평판
2

참여
16 질문
0 답변

답변 채택
75.0%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Randomly combine between 2 vector
Dear all, how i can combine randomly between 2 vector V1 = [A B C] V2 = [1 2 3] to get for example (C,2), (A,3) and ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Mixing and merge two vectors
Dear all, i want to mix and merge two vector in a one, A = [1 2 3 4]; B = [5 6 7 8]; to get C = [1 5 2 6 3 7 4...

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

1

답변

질문


operation between 2 vectors by Indexing
Dear, I looking to doing a operation (summation for example) between two vectors but the elements indexing are stored in others ...

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

1

답변

질문


vector manipulation by a function
Dear all; please how to trait a A vector (eliminate the elements stocked in B vector by order) A = [10 52 33] B = [3] ...

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

1

답변

질문


matrix manipulation : ind of wanted rows and columns stocked in a vector
Dear all, for a square matrix is it possible to get only the the first and the third (not the second) rows and columns : the wan...

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

1

답변

질문


Matrix manipulation by function
Dear all, For a given matrix (square) i need to eliminate some elements (some rows and columns) A = 35 6 19 ...

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

2

답변

질문


problem in functin (y for x)
Hy i have a problem in the flowing code (XZData.m function) function [x,y] = XZData(A,B,C) x = 0:1:10; y = (A*x^2)+(...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


plot smoothing to get a curve
Hy how to use smooth option to get a curve plot XA = 0:1:5 YA = 2.^XA plot(XA,YA) <</matlabcentral/answers/upload...

대략 9년 전 | 답변 수: 1 | 1

1

답변

질문


Concatenate arrays horizontally n matrix by loop
Please for a n matrix (with a same nbr of rows and columns), i want to Concatenate them horizontally by a loop, A1 = [1 2 3...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Copy a txt file and change a line by a other
Dear I have a problem to copy from a txt file to another one, and change a specific line i have found the copy file option ...

9년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Trim Matrix and find the min-max value the reshaped matrix
Dear All; For a given Matrix (n : column, m : row) I want to trim [the 2, the 4 the 6 : paire column number] and find the ind...

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

2

답변

질문


Read a txt file with engineering format
Dear All i have a problem to read a data in a txt file with engineering format, i have try filename = 'Source.txt'; [B,d...

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

1

답변

질문


Get envelope of multiples curve
Dear all Any idea about the envelope of 2 or more curves via Matlab; Please see the attached Xls file Thanks

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

1

답변

질문


Function finished to going to next
How i make sure that the function 1 is completely finished and the function 2 will be started normally in the second ordre after...

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

2

답변

질문


Number of lines in a txt file (empty lines computed)
Dear all, how i got the number of all lines in a txt file: full and empty ones Thanks lots

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

1

답변

질문


Read matrix from a txt file after a specific expression
Hello i m new with matlab, i need to read in a text file after a specific expression 'This section' and 3 header lines (A, B and...

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

1

답변