![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26858262_1656394974678_DEF.jpg)
C++
Spoken Languages:
English
Statistiques
0 Questions
11 Réponses
RANG
1 723
of 297 010
RÉPUTATION
38
CONTRIBUTIONS
0 Questions
11 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
5
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
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
Feeds
connect variable signals with signal builder or equivalent block using M Script
Hi, I understand that you have a Simulink model and a MAT file which contains few signal and their corresponding value. You wan...
7 mois il y a | 2
| A accepté
Efficient Way to find index of max column for each row
Hi, Based on my understanding you have a matrix. for each row you want to find the index of maximum value. you can use the below...
plus de 2 ans il y a | 0
How to plot multiple curves on the same graph
Hi, you can use the hold on function to plot both line on same graph. you can refer to the below code. x = [1 2 3 4 5]; y = [7...
plus de 2 ans il y a | 1
| A accepté
How to find values in a vector that are correspond to the 6th biggest values in another related vector?
you can use the below code and made the change according to you. basically idx will store the index corresponding to the sorte...
plus de 2 ans il y a | 0
| A accepté
Automate an averaging process and store info into an array
Hi, Based on my understanding you want to first calculate the average of 2 elements, 3 elements,... n elements. so if the array ...
plus de 2 ans il y a | 0
break x axis on matlab plot
Hi, Based on my understanding you want to focus only on the range between -10 and 10 on x axis. you can use the xlim function in...
plus de 2 ans il y a | 0
Is it possible to transfer a variable with values from my workspace into a excel spreadsheet automatically in my Matlab code?
As Stephen said you can follow this documentation to write data in excel file.
plus de 2 ans il y a | 0
How to download file using Mobile Matlab
you can follow this documentation in order to download files in your mobile device.
plus de 2 ans il y a | 0
| A accepté
How can I get randperm function to calculate assigned percentage and values?
Based on my understanding, you want to generate an array of size n such that random 75% elements value is 1.5. you can use the ...
plus de 2 ans il y a | 1
| A accepté
Use text strings in a cell array in a 'for loop' and also use that text string to name the output
you can use the below code. for i=1:length(sitearray) Output_sitearray(i) = Data.(sitename(i)).matrix(:,[1]); end
plus de 2 ans il y a | 0
| A accepté
adding variable in the name of table for while loop
you can not use i as a variable inside Alq_i_t variable name. and instead of making 36 different variable you can make an array ...
plus de 2 ans il y a | 1
| A accepté