photo

Paul Nel


Aurecon

2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
38,705
of 300,765

평판
1

참여
7 질문
0 답변

답변 채택
42.86%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Median of n*n
I have an n*n and would like to find the medianof the entire set n*n not of the individual rows or coloumns as can be found by: ...

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

1

답변

질문


How to extract a n*m from a k*n*m
I have a large k*n*m matrix and I want to be able to create an n*m for seperate values of k. So I have tried this: A...

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

1

답변

질문


Getting mean() to return a vector
I would like to get the mean of each row in nxn to be returned as a nx1 vector without looping. Is this possible? Paul

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

1

답변

질문


Can I add a 3x3 matrix to itself and to a 1x3 at the same time?
I can do this: OPEX(scenario, tarrif,:) = OUTC(1,:); but not this: OPEX(scenario, tarrif,:) = OPEX(scenario, tarrif...

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

2

답변

질문


Creating file names for save command
I have the following code: file_dir = 'C:\Users\mydir'; datestamp=string(datetime('now','TimeZone','local','Forma...

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

2

답변

질문


Can i use int8 and double in equation and get double as answer?
I use the following code snippet: the_risk = 2*new_p_fail*(t-b1_t)/((b2_t-b1_t)*(b4_t-b4_1)) Where t is int8 and all oth...

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

1

답변

질문


Reading multi row comma delimited text file with strings into an nxm matrix
I need to read a text file of the following format: string,string,string . . . string, string,string into a ma...

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

2

답변