Pregunta


Convert cell array to array of strings
Hi, I have a cell array a of 10000x1 cell. Each cell contains a string. I would like to strsplit the string in each cell but...

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

1

respuesta

Pregunta


datainsert is very slow
Hi, I have a table of 750000 rows by 7 columns. I use datainsert to insert into database. But it is very slow. If I sert 1 ...

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

1

respuesta

Pregunta


database toolbox has no function for open a connection, why?
Hi, I noticed that database toolbox has no function for open a connection. So after closing a connection, how to reopen it? ...

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

1

respuesta

Pregunta


Error when inserting data into database without toolbox
Hi, I don't have database toolbox. But I created a correct connection. I try to use insert function to insert one row into a...

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

1

respuesta

Pregunta


How to uninstall an older version of Matlab
Hi, I have both R2014b and R2015b installed on my machine. I would like to uninstall R2014b without harming R2015b. They are ...

alrededor de 7 años hace | 2 respuestas | 2

2

respuestas

Pregunta


How can I check if I have a databse toolbox
Hi, I don't know if I have database toolbox. How to check if I have it. Thanks.

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

1

respuesta

Pregunta


Problem converting a cell array of integers to datetime
Hi, I have an array if integers (100x1 cell), like 736696, 736697, .... I try to use b = datetime(a, 'ConvertFrom', 'datenum...

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

1

respuesta

Pregunta


keep getting error Undefined function or variable 'stack', why?
Hi, I am using Matlab 2015b with statistics toolbox. But I keep getting Undefined function or variable 'stack', why? Tha...

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

3

respuestas

Pregunta


How to turn an array of doubles to cell array
How to turn an array of doubles to cell array? I need to use an array of doubles (they are actually integers) and assign this ...

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

1

respuesta

Pregunta


Undefined function 'contains' for input arguments of type 'char'
Hi, I am trying to use contains to check if string A has string B in it. Say, A = 'XYZXYZ', B = 'XY', I am using: tf = con...

alrededor de 7 años hace | 2 respuestas | 1

2

respuestas

Pregunta


How to display multiple histograms in one window?
Hi, I have a matrix of 8X100 doubles (8 rows and 100 columns) named 'cMat8x100'. I would like to display the data as 8 histog...

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

1

respuesta

Pregunta


How to choose some rows of a table by order?
Hi, I have a table with many rows but only 3 columns: dates, items, costs. For each date, there are many items and costs. I ...

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

2

respuestas

Pregunta


How to know if a matrix has nan?
Hi, I have a huge matrix or table with doubles. But there might be nan in it. How do I know if there are any nan in it? I kn...

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

1

respuesta

Pregunta


Precision lost while reading from Excel file to a Matlab table
Hi, I am using readtable to read a large high precision matrix from Excel. How to make sure I read the entire decimal points...

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

1

respuesta

Pregunta


How to extract a subtable by rownames?
Hi, I have a table of 10 columns and one column represent last names. I would like to extract all the rows that belong to o...

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

1

respuesta

Pregunta


turn a table column into doubles
Hi, I have a Table that has a column that was read from an excel sheet. The column should be numbers but is currently show...

más de 7 años hace | 4 respuestas | 1

4

respuestas

Pregunta


Insert data from excel to a SQl database table
Hi, I have many rows of data in an excel and I can read the excel data into a Matlab table. The table mirror a table in a SQ...

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

1

respuesta

Pregunta


How to paste matlab table into Excel with headers
Hi, I have a table in Matlab with many rows. I can copy from Matlab and paste into Excel. But the headers are gone. How to c...

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

2

respuestas

Pregunta


Get row names of a table...
How to get the row names from a table which has row names and column names.

más de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to remove a pattern in a table column
Hi, I have a table with a column. The column looks like this: 'AB_Off' 'ABC' 'CDE_Off' I would like to remove the '_Off...

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

3

respuestas

Pregunta


confused by machine designated license meaning
I have a matlab license on a network computer that multiple people can log on. I know that only one person can run the matlab a...

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

1

respuesta

Pregunta


How to make Matlab close automatically
Hi, I have a .bat file that should start matlab and run an application, then close matlab. It has one line: matlab -nodes...

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

1

respuesta

Pregunta


Matlab nativemvm.dll The paging file is too small for this operation to complete
I am trying to launch Matlab R2015a installed on a wintel server and got the following error: C:\Pprogram Files\Matlab\R2015...

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

1

respuesta

Pregunta


Convert a table column of mixed data type to one data type
Hi, I have a table column that has both integers and strings. The integers are for dates. I would like to convert the inte...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


individual license installing on a machine with no email
Hi, My company has a spare matlab license. We would like to install matlab on a computer and use that license. But the licens...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Create a value object which is a subclass of a value super class
Hi, I have value class A and its two subclasses BA and CA (all are value classes). I create an instance BA and CA with ba = ...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Table column date format vs. String
Hi, I have a table A with column 'dates' and the format is string like '04/01/2016'. I have another table B with column 'dat...

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

1

respuesta

Pregunta


How to split a column in a table into two columns by a space
I have a table of 4 columns. One column is datetime, '2016-02-01 20:48:58.0000000' I would like to split the date and time into...

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

3

respuestas

Pregunta


Getting error "Too many input arguments"
Hi, I keep getting this error, even when I reduced myfunc to take in just one input as myfunc(a) and doing nothing in the funct...

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

1

respuesta

Pregunta


How to remove rows in a table
Hi, I have a table in Matlab with many rows. There is one column called datetime. Same records can appear in the table multi...

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

1

respuesta

Cargar más