Statistiques
6 Questions
0 Réponses
RANG
118 684
of 301 338
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
16.67%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 017
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
Question
I want to append data more than once in one worksheet and also I want that the previous stored data should remain as it is.
worksheet stored in workspace only stores data.please help thanx in advance
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to store two worksheets together in excel sheet from matlab.
please help as I am only able to store only one worksheet at a time.
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
I need to find a slope between two worksheets stored in workspace as first worksheet represents data of x- axis and another worksheet represents data of y-axis.
graph to be plotted between Z-impedance versus angular frequency and then i want to find slope of this graph
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
i want to store the result of 191 iterations in one variable and then i want to find the slope of those values.
A = load ('example.txt') size(A) n = 191; for i = 1:191 A (i,:) A([i] , [2 3 4 5 6 7 8 9]) freq(i) = A (i,1) s11mag(i)...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to plot a graph for all values of Cgd versus frequency??
A = load('C1_vd0_vg-5_a.txt') size(A) n = 191; for i = 1:191 A (i,:) A([i] , [2 3 4 5 6 7 8 9]) freq = ...
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to read ascii file into matlab which has 191 rows and 9 columns. Then I have to convert it into matrix form that too row wise also I have to convert magnitude and angle into real and imaginary parts.
The data below is in 9 columns. The first column is for frequency, which is in hertz. The second column is for S11 magnitude, th...
plus de 13 ans il y a | 1 réponse | 0
