Charles Naegele
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
103.392
of 295.467
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Hello, I am trying to solve an equation involving two vectors.
I have vector P (3000x1) and T (1x3000). I plotted P vs. T just fine. Now, I have to solve an equation, tau = -T/ln(P/P(0)) I ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to define time vectors using different sampling rates and plot.
I have 3 data columns (3000x1) which were sampled at 10Hz, 35Hz, and 100Hz. I want to define a time vector for each of these col...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
Please help. I need to read this file and isolate column 2.
It appears the data is not separated into columns. Any way to do this? A = importdata('Psmall.txt'); A1 = A(:,2);
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Hello, how do I display the equation for a polyfit line on this plot?
if true % code end p = polyfit(x,y,1); d = polyval(p,x); plot(x,d,'k--') where x and y are columns of 9, average...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
Hello, if someone could please help. I was instructed to plot this data as a series of data points and not a solid line.
if true % code end close all clear all clc StepDownData = importdata('Exercise ADXL345_Micro_3.txt'); delimiterIn...
oltre 6 anni fa | 2 risposte | 0