photo

Syed


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
11 643
of 300 779

RÉPUTATION
4

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
3

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 997

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 1

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 2 réponses | 1

2

réponses

Question


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

plus de 12 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 2 réponses | 1

2

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 0

0

réponse