Statistiques
RANG
3 971
of 295 527
RÉPUTATION
13
CONTRIBUTIONS
15 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
73.33%
VOTES REÇUS
6
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 11 ans il y a | 0
Question
xlsread with protected sheets
Does xlsread have any trouble reading protected excel sheets? Thanks!
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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!
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 1
0
réponseCell 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 ...
plus de 11 ans il y a | 0
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) ...
plus de 11 ans il y a | 1
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...
plus de 11 ans il y a | 0
Question
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 ...
plus de 11 ans il y a | 1 réponse | 1
1
réponseextract 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...
plus de 11 ans il y a | 2
| A accepté
Question
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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, ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Linking MATLAB and C++
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++? Thanks!
plus de 11 ans il y a | 2 réponses | 0