Statistiques
RANG
3 069
of 301 671
RÉPUTATION
20
CONTRIBUTIONS
0 Questions
11 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
4
RANG
of 21 379
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Compiling Matlab mex files with GCC for Windows
Please note that you should only use a supported compiler when compiling MEX files, and directly modifying the mexopts.bat file ...
presque 14 ans il y a | 0
I can not find the fortran compiler
Ghandour, mex -setup is looking at your system environment variables and your path to find the compiler. With your setup, you...
plus de 14 ans il y a | 0
| A accepté
reading excel data, without knowing range
John, Does reading from the entire worksheet satisfy your requirements? B = xlsread('myExample.xls', 'MySheet')
plus de 14 ans il y a | 1
Problem with fzero
Using global variables is a very bad idea. It seems like you're working exclusively with scalars, including M1 / M2 / Mass1 / Ma...
plus de 14 ans il y a | 0
Java error
Try the solution described here: http://www.mathworks.com/support/solutions/en/data/1-6O3U09/ Ora
plus de 14 ans il y a | 1
| A accepté
Call other program from matlab
If you're working on Windows, one option is to use COM communication, for instance by creating an actxserver for tecplot in MATL...
plus de 14 ans il y a | 0
cell to matrix
From your description, it seems like all of your data sets have the same number of columns, and varying number of rows. In your...
plus de 14 ans il y a | 0
load text file
Depending on the format of your data, TEXTSCAN may be a good option. This is a very flexible function, where you can specify the...
plus de 14 ans il y a | 0
Index exceeds matrix dimensions. (loading datas)
Ariana, If your data import worked correctly, your cell C should be a 1x9 cell array, with each cell being a 100x1 double array...
plus de 14 ans il y a | 0
I open a file with xlsread with windows version of MATLAB, but I can't open the same file with the linux 64 bit version
Paolo, The xlsread command behaves differently on LINUX and Windows, since its full functionality relies on COM communication w...
plus de 14 ans il y a | 1
Help with linking with mex
Elad, The MEX options file for Intel Fortran Composer XE 2011 with Microsoft Visual Studio 2010 professional linker points to...
plus de 14 ans il y a | 1
| A accepté



