photo

Amirali Kamalian


Last seen: environ 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
3 Réponses

RANG
5 614
of 300 381

RÉPUTATION
8

CONTRIBUTIONS
3 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
4

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 477

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

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


add new row to table with missing values
How can I add a new row to an existing table with missing values? For illustration, I define a table T with 4 variables: name,...

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

1

réponse

Réponse apportée
sprintf with latex problem
I have a problem quite similar to this: pltt = '%1.0u: %4u $^{\circ}$C, %4u kg/h'; ... title(sprintf(pltt, j, T, Q),'FontSize...

presque 6 ans il y a | 1

Réponse apportée
How do I find a file name containing a particular string in a given directory and read this present file and write into other folder.
You can make the code simpler by replacing this line X = ~cellfun('isempty',strfind(N,num2str(9129))); with X = contains(N,...

environ 6 ans il y a | 1

Réponse apportée
divide matrix by a vector of the same number of column
You can also use matrix-matrix multiplication where, B = B.^(-1); C = A*diag(B); C(isnan(C)) = 0; This code is perhaps easie...

environ 6 ans il y a | 2

Question


export Data Index to Workspace
Having a scatter plot, when I click on one of the points, I get some information regarding that point e.g. X-value and Y-value a...

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

1

réponse

Question


GUI on a scatter plot
The output window contains 4 scatter plots (using subplot) which illustrates the relation between 5 vectors. I would like to add...

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

1

réponse