photo

Greg


IDMIL/McGill

2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

21 質問
1 回答

ランク
6,556
of 300,763

評判
7

コントリビューション
21 質問
1 回答

回答採用率
28.57%

獲得投票数
7

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


How do I make sure 'text' fills the entire figure?
I'm writing Matlab code that other people will run on different OS, Matlab versions, screen resolutions, etc. Part of the code m...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Matlab standalone can't find mclmcrrt9_0_1.dll, even though it's in my path. Permission problem? How do I fix this?
I compiled a standalone version of my code (Matlab R2016a, Runtime v9.0.1), and it runs perfectly on the computer that compiled ...

8年以上 前 | 1 件の回答 | 1

1

回答

質問


Standalone executable can't find Matlab Runtime, even though Runtime is installed. How do I fix this?
I successfully created a standalone executable from my Matlab code. I can compile it and run it on the same computer, and all lo...

8年以上 前 | 1 件の回答 | 2

1

回答

質問


Is there a known issue compiling the stats toolbox?
We're compiling our code as a standalone program, and getting it working has been tricky. From trial and error, we've isolated t...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I change the properties of a model object, when the object is generated by a toolbox?
I create a model object using 'fitcnb' from the Statistics and Machine Learning toolbox. e.g. 'model = fitcnb(data,labels);', an...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


I have an academic Matlab license, and I want to compile and distribute my code to other academics. Do I need to pay any money?
We're compiling our academic data analysis for other academics to use, and it will hopefully be included in a published paper. M...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


How to check if any variables share a name with a built-in function?
I'm compiling our code as a standalone executable using 'mcc' or 'deploytool'. Compilation fails if any variable names are also ...

8年以上 前 | 1 件の回答 | 1

1

回答

質問


Why doesn't deploytool include dependencies from toolboxes?
tl;dr: I'm using deploytool to make a standalone executable version of our software. Two dependencies are not being included aut...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Deploytool not including toolbox dependencies
I'm using deploytool to make a standalone executable from some scripts and functions. The original code runs fine. I can also ge...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Deploytool not including dependencies from toolboxes
We're using deploytool to build a standalone executable version of our software. Unfortunately, deploytool is not including depe...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


We want to port code generated by deploytool to many different OS. Do we need to run deploytool on every OS?
We have MATLAB software we'd like to share with non-MATLAB users. Packaging it into a standalone executable with deploytool soun...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


How difficult is it to convert our analysis (30 functions, 7000 lines) into a standalone executable?
We recently made a data analysis pipeline in Matlab that produces tables and figures for some biology data. We'd like to share o...

9年弱 前 | 3 件の回答 | 0

3

回答

質問


Even with sound muted, running Matlab makes high frequency sound in my earbuds. What's going on?
Running Matlab commands creates a high frequency, modulated noise in any headphones/earbuds plugged into my laptop. The noise la...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Convert cell array of strings to unicode quickly
I have an array of approximately 10M strings, and I'm interested in converting each string to its unicode values. Is there a qui...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


Why can't MEX find a supported compiler in MATLAB R2015a after I upgraded to Xcode 7.3?
I'm having a very similar problem to <http://www.mathworks.com/matlabcentral/answers/246507-why-can-t-mex-find-a-supported-compi...

10年弱 前 | 3 件の回答 | 1

3

回答

質問


Current Folder Browser - no files showing up
This is hopefully a simple question. I don't normally work with the Current Folder Browser (accessed with >> filebrowser) but I ...

約10年 前 | 3 件の回答 | 2

3

回答

質問


Issue running Matlab 2015b and 2015a on Mac OSx 10.9.5
I was successfully running an old version of Matlab (2010a) and tried upgrading to 2015a and 2015b. I am encountering a similar ...

約10年 前 | 0 件の回答 | 0

0

回答

回答済み
How to skip a parameter in a function? ex: A = fread(obj,size,'precision') without size.
The syntax for fread is for the second input to be the number of elements to read. If you're asking the question for this case s...

約11年 前 | 0

質問


Fitting a function: constraining a parameter to be 0 or 1?
I have two variables of the same length, e.g. x and y. I want to find the parameters for function f such that y = f(x). Function...

約11年 前 | 1 件の回答 | 0

1

回答

質問


How to add "..." to multiple lines
Hi, I think I have a simple question. I pasted a large number of 3D points into an mfile. There are N >10000 points and each...

約14年 前 | 1 件の回答 | 0

1

回答

質問


Eigenvalues for a system of nonlinear ordinary differential equations
Hello, I'm adapting code from xpp into matlab. Briefly, I have a nonlinear system of ordinary differential equations (the Hodgki...

約14年 前 | 0 件の回答 | 0

0

回答

質問


Matrix-vector boolean comparison
I might be having a brain fart, but if I'm not... I have a matrix M (mxn) and a vector V (mx1). On each row of M, I want to se...

約14年 前 | 1 件の回答 | 0

1

回答