Community Profile

photo

Caroline


Last seen: circa 4 anni fa Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Error is coming how can I solve?
Could you post the code? It could be because you used {} instead of () to access the element of an array but its hard to say wit...

oltre 10 anni fa | 0

Domanda


xlsread with protected sheets
Does xlsread have any trouble reading protected excel sheets? Thanks!

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Error while using MATLAB engine and C++
I am using the MATLAB engine in my C++ code and creating an executable with the C++ code. However when I run the executable I am...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB engine, xlsread, compatibility issues
I wrote an executable in C++ that uses the MATLAB engine to use the function xlsread to read a .xlsm file. It works perfectly on...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Moving excel sheets within excel file
I was wondering how you can move an excel sheet in MATLAB within an excel file that already exists? Thanks!

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


MATLAB engine , C++ and MATLAB .dll files
I am using the MATLAB engine in C++ to read an excel file. If I want to make this C++ file into an executable and place it on a ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Using the MATLAB engine with C++
I am using the MATLAB engine in my C++ code to read an excel file. I am making this C++ code into an executable file and placing...

oltre 10 anni fa | 0 risposte | 1

0

risposte

Risposto
Cell arrays in MATLAB
The cell function creates a cell array. There are multiple ways to use it. In this case it would create an empty cell array. If ...

oltre 10 anni fa | 0

Risposto
Find in a cell array?
cellarray_new = zeros; %initializing the array ind = 1; %indices for new array for j = 1:10 if (cellarray(j) == 5) ...

oltre 10 anni fa | 1

Risposto
How do you write a .csv file into excel without carrying along the commas with it?
I think you can use textscan to specify the delimeter. For example: c = textscan(fileID, '%s %s %s %s %s %s %s %s %s %s %s %s...

oltre 10 anni fa | 0

Domanda


importdata vs xlsread to read an excel file
If I am reading an excel file, what is better to use in terms of time, importdata or xlsread? Is there something that is faster ...

oltre 10 anni fa | 1 risposta | 1

1

risposta

Risposto
extract values from specific cells in excel
You can use xlsread: http://www.mathworks.com/help/matlab/ref/xlsread.html For example: num = xlsread(filename,sheet,xlRan...

oltre 10 anni fa | 2

| accettato

Domanda


xlsread and MATLAB engine timing
I am using the MATLAB engine to access the function xlsread through C++. The C++ script calls xlsread multiple times to read var...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Accessing elements in an mxArray that contains only numbers
I am using the MATLAB engine and xlsread to read an excel spreadsheet. I use xlsread in the following way: engEvalString(ep, ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


How to convert from decimal time to hh:mm:ss
I am using xlsread to read an excel spreadsheet. One of the values that it is reading is time. Inside the spreadsheet the time i...

oltre 10 anni fa | 3 risposte | 1

3

risposte

Domanda


Accessing elements in an mxArray
I am using the MATLAB engine to read a excel file using C++. I am trying to access elements in an mxArray that was created usi...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Using xlsread with the MATLAB Engine
I am trying to use the xlsread function in matlab through the MATLAB engine. I was trying to use engEvalString() to implement it...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
xlsread and MATLAB engine Question
Thank you!

quasi 11 anni fa | 0

Domanda


xlsread and MATLAB engine Question
Is it possible to use the xlsread function through the MATLAB engine? For example, can I read an excel spreadsheet into a cell a...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Risposto
MATLAB engine and C++
Thank you!

quasi 11 anni fa | 0

Domanda


MATLAB engine and C++
If I am using the MATLAB engine to link MATLAB and C++, and I am making a .exe out of the C++ file. In order to run the .exe on ...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Risposto
Linking MATLAB and C++
Thank you!

quasi 11 anni fa | 0

Domanda


Linking MATLAB and C++
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++? Thanks!

quasi 11 anni fa | 2 risposte | 0

2

risposte