photo

Syed


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
0 답변

순위
11,651
of 300,840

평판
4

참여
9 질문
0 답변

답변 채택
66.67%

획득한 표
3

순위
 of 21,092

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Returning index values (elements) of a randomly generated matrix (using ceil command) in Matlab
Hi I have a matrix/vector that has 100 randomly generated values of 0 or 1 as: matrix_nodes = ceil( rand(1,number_nodes)...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


How to: For loop and matrix indexing in matlab?
I = 5; % e.g number of nodes for i =1:I initial_matrix = [0]; % an initial matrix will be generated for each node...

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

1

답변

질문


Declaring a global variable to be used across functions and/or scripts in MATLAB
Hi I've declared a global variables I in a script file named "xyz.m" global I; T_P = ones(1,I); which will call ...

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

1

답변

질문


How to call a function in an m file in a function in another m file in MATLAB
Hi, I have two functions in separate m files in the same directory given as: 1st function: function [P] = Calculate_T...

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

1

답변

질문


Combining matrices of different sizes
Hi How can i combine two matrices of different sizes? e.g, x = [1 2 3 4;5 6 7 8;9 10 11 12;13 14 15 16]; y = [1 2 3;...

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

2

답변

질문


random integer between 0 and 15 with equal probability
Hi, I am trying to generate a random integer between 0 and 15. I have written the following code: b=0; B=15; B = b ...

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

3

답변

질문


MATLAB command for Union of an arbitrary collection of sets
Hi, If there is an arbitrary collection of sets (denoted by a large U in mathematics), where each arbitrary set has some limi...

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

1

답변

질문


Matlab command for the following symbol: ∏ (Capital Pi / product of a sequence of terms)
Hi I have an equation that i want to implement in Matlab and it has the following symbol ∏ (used to denote Capital Pi or the ...

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

2

답변

질문


Problem in implementing nested loop
Hi, I have a function: q_avg = ∑(from q=1 to Q)q *(∑(from b=0 to U)*∑(from l=0 to L)*∑(kƐ{act,inact})) where e.g, ...

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

0

답변