Domanda


denoting vertical lines with numbers
VLX = repmat(xy(60:60:end), 2, 1); % Vertical Line ‘x’ Locations VLY = repmat(ylim, 24, 1)'; ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Running a script in a repeated time interval
I have a matlab file which i saved as sos.m. I run this script by clicking the run button in the matlab program. My question is ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


finding the 10 biggest values in a cell array
I have a cell array 10x10 that consists of of several matrices (1000x1) with integers. I want to find the 10 biggest integers in...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


filtering out two months with a code
dateless = Dates(nomatch); datelike = Dates(~nomatch); dateliketime=datetime(datelike); liatime=dateliketime.Month ==...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


filtering problem of dates
circa1 = xlsread(fileToRead); [numOnly, textOnly, rawDataInCellArray] = xlsread(fileToRead); Dates=textOnly(~cellfu...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


zoom in function figure
hi, my code shows me 10 different figures and for each figure I have to zoom in. This is very time consuming. Can I display the...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


displaying date as title of figure
hi, i want to display a date as title of a figure. caption = sprintf(' %.3f', datestr(q{:,1}(1,1))); This q cell array c...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


import time into matrix and display as minutes after midnight
hi guys, I have imported an excel file into matlab. 10:00 is displayed as 0.416666666666667. I want to display this as minutes ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Plot vertical lines in a figure with a certain distance
Hi, I would like to plot vertical dotted lines on a figure. These should be placed after every 60 units on the x axis.

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


changing minutes after midnight into a datetime array
Suppose you have the matrix minutesaftermid which contains integers that represent the minutes after midnight, e.g. 1,2,3,4,5,6,...

oltre 6 anni fa | 3 risposte | 0

3

risposte

Domanda


Finding the row number with two conditions in a matrix
outData=[733458 91 1.01510000000000 1.01680000000000 1.01490000000000 1.01520000000000 1.01585000000000 733458 112 1.01...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Risposto
displaying multiple graphs from x number of matrices
i solved it. i just need to put figure in the loop

oltre 6 anni fa | 0

| accettato

Domanda


displaying multiple graphs from x number of matrices
Hi, I want to display multiple graphs according to what is in cell X. If cell K has x number of matrices then those x number of...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Filtering dates from matrix
I have got a cell array with 'out' 1x1 which has a matrix with one million rows and 6colummns. First row contains date serial nu...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Long time to load 40 gig file
Hi, I have a gaming laptop which I recently bought for 4000€. Massive CPU and lots of ram. However when I want to load a 30 gig...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


plotting live data in matlab
hi, i get data imported every minute via excel. I want to plot this data as realtime in a graph so it gets updates automaticall...

oltre 6 anni fa | 0 risposte | 1

0

risposte

Domanda


drawing two different graphs on the same figure
I want to draw two plots on the same graph. The first graph has 1279 rows which are dislayed in the graph in the following manne...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
plotting a figure with specific x axis
it doesnt work, it draws something in another figure which is already opened. i need it to be drawn into a new figure

oltre 6 anni fa | 0

| accettato

Domanda


plotting a figure with specific x axis
I have already opened a figure and i want to plot a new figure without being in the old one. For that purpose I want to display ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


putting a matrix into a cell array
i have a matrix and i want to put that matrix into a cell array with the coordinates 1,1. a{1,1}=matrix

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


putting several matrices as one
i have got one matrix with 2 columns and another with 5. i want to put them togehter as one matrix with 7 columns. overall the r...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Cell array filtering date and time using datenum
I have a cell array that consists of dates and time in the following format '30/12/2015 15:54:30'. Using this code num...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


divide cell array into date and time columns
I have a cell array with 6 columns and 10000 rows. The first column contains date and time in the format eg. '31/12/2001 12:57:0...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


filter matrix according to column
i have a matrix 10x60. It consists of entries with the number 0 or 1. I want to filter out all the rows, where the last five col...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


display current time in minutes
hi, how can I display current time as a multiple of 60, meaning 1 o clock is displayed as 60, 2 o clock as 120, 3 o clock as 18...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


convert excel dateserial number to matlab serial number
hi guys, i have an excel file that displays the following dateserial number 19300101. this includes the date as well as time. h...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Filter only specific month from date serial number
Hi guys, I got a column with a date serial number and I would like to filter only the month of march. What is the coding for th...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


textscan an url file
Hi, I have the following url (see below). Once I get it I want to use textscan in such a way that it gives me all the dates whi...

circa 7 anni fa | 1 risposta | 0

1

risposta

Risposto
bsxfun with AND condition
no it doesnt work. it gives me one set that is less than compare 2 and another set that is less than compare 1. after that it co...

circa 7 anni fa | 0

Domanda


bsxfun with AND condition
How can I use a code to see if compare1<q{x,y}<compare2 Basically the lt/gt function combined with an and function? bsxf...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Carica altro