Ora Zyto

MathWorks

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
11 个回答

Cody

0 个问题
31 个答案

排名
3,042
of 300,081

声誉
20

贡献数
0 个提问
11 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
16,594
of 167,273

贡献数
0 个问题
31 个答案

评分
320

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

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 ...

13 years 前 | 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...

14 years 前 | 0

| 已接受

已回答
reading excel data, without knowing range
John, Does reading from the entire worksheet satisfy your requirements? B = xlsread('myExample.xls', 'MySheet')

14 years 前 | 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...

14 years 前 | 0

已回答
Java error
Try the solution described here: http://www.mathworks.com/support/solutions/en/data/1-6O3U09/ Ora

14 years 前 | 1

| 已接受

已回答
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...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 1

| 已接受