photo

meh alipoo


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
1 Réponse

RANG
229 631
of 300 851

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
85.71%

VOTES REÇUS
0

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 294

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


random vector containing zero and values
I have an problem: I have a vector A with size N; I want to fill it up with a random vector with values from [1 randi(N)] while...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


how to use unique command for the structured array
How do I use unique command for a structured array and do the that only based on data of one part of that array. for example: ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


put data in the evalin(symengine,'Graph::minCost',...) function which is calculating the minimum cost flow of network
I am trying to use the function "Graph::minCost" of "MuPAD notebooks" from Matlab using the following function: y = evalin(...

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

0

réponse

Question


change the data location
If A matrix is just like the following, how can I rearrange it to get B without any loop? A=[1,2,3,4,5,6,7,8,9,10,11,12,13,...

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

1

réponse

Question


transfering the one row matrix into multiple row matrix with the same data
How can I transfer the one row matrix A into multiple row matrix A' with the same data just like below: A=[3 0 0 0 2 8 1 0...

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

1

réponse

Question


filter a matrix based on the data of each row
I have a 2D Matrix (A, for example) and I want Matlab show only the rows with at leas two non-zero elements within each row (B),...

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

1

réponse

Réponse apportée
Add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3
The answer from below link is also good answer: b = a + 8 * (a>3); <http://stackoverflow.com/questions/38076868/adding...

plus de 9 ans il y a | 0

Question


Add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3
how can I add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3 without using the for loop? The desir...

plus de 9 ans il y a | 4 réponses | 0

4

réponses