Community Profile

photo

Adam


Con actividad desde 2011

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Respondida
load a file and sort out bad data.
thank you very much :) I did find a way btw, but I think your method is better, so Im gonna take that. Regards Adam

casi 10 años hace | 0

Pregunta


load a file and sort out bad data.
I have a text file like shown below, that I want to load in to matlab. The format of the file should be like: [temp rate type]...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


What is wrong with this vector matrix multiplication?
Hi I have a formular saying that: P_loss = P(transposed)*B*P + B0*P + B00 P = [P1 P2 P3] 1x3 vector, B is a 3x3 matrix, ...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


why can't i see the values of the numbers in my matrix?
i have used the ode23() function, to find a solution of some differential equations. As out put i gives me a cetor "t", and a ma...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


writing a hex number in the right format
hi guys i have a problem! I need to send a message to a device like this: "e r 0x02". The hex number is just an example. It...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


extracting hex numbers from string
Hi guys I have a string like this: 'Address: 0x050 Value: 0xEC' I am recieving the string from a device, so i cant change...

alrededor de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


FFT - am i doing anything wrong
hi guys I have a large vector with frequency data. That is measurements of the frequency on the power grid at a given time. ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to control my datetick() axes
hi guys i am trying to use datetick() in combination with a subplot. Program fetches data from a device and updates the pl...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i save the full timestamp ID number?
hi guys i have some data which i fetch from device that samples freq, volt and power. each time i recieve a sample, ill give ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to stop a loop with a button in GUI
I have a have that reads data from a device. I have made a GUI with GUIDE with a 'Read' and 'Stop Read" button. The progra...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Putting data into in GUI table
I have been building a GUI using GUIDE in MatLab, and in that GUI i have a table. In the first column of the table i want 10 s...

más de 12 años hace | 5 respuestas | 1

5

respuestas

Pregunta


dimension mismatch??! i cant see how this can be a dimension mismatch?
A.textdata(:,3) holds a large set of dates I am trying to do this: for i=1:size(A.textdata) Dates(i,1) = datenum(A.te...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to put in data in a table in a GUIDE user interface
i have created a user interface with GUIDE, and in that user interface i have a table. I have also made a function which has pro...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


finding the 10 lowest values
I have a matrix with a lot of data, and i want to find the 10 lowest values of a specific collum. Does anybody know how to d...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Importing data into datastructure with GUI
I have a large dataset in .txt format which i want to load from a GUI into a data structure. I have managed to make a browse w...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


converting date and time ind text format to a number
I currently have a lot of measurements data, which has been logged in a .csv file with date and time ind the format: "dd/mm/yyyy...

más de 12 años hace | 2 respuestas | 0

2

respuestas