Sayam Ganguly
The MathWorks Inc.
2017 年からアクティブ
Followers: 0 Following: 0
I am a Masters student in the department of CSE at The Ohio State University. I am doing an Internship with the Engineering Development Group at The Mathworks
統計
MATLAB Answers
0 質問
8 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
mex -setup doesn't give option to select or search for compilers
Hi, from the error it seems that you don't have any C++ compilers installed on your machine. Here's a <https://www.mathworks...
mex -setup doesn't give option to select or search for compilers
Hi, from the error it seems that you don't have any C++ compilers installed on your machine. Here's a <https://www.mathworks...
7年以上 前 | 0
回答済み
Are previous MCRs compatible with windows 10?
Hi, none of the MATLAB® Compiler Runtime versions mentioned by you are supported on Windows 10 environment. You may refer to the...
Are previous MCRs compatible with windows 10?
Hi, none of the MATLAB® Compiler Runtime versions mentioned by you are supported on Windows 10 environment. You may refer to the...
7年以上 前 | 0
回答済み
I have a compiled m file using runtime library v7.6. Which version of matlab created it?
Hi, I assume that you are trying to compile an m file using MATLAB Compiler Runtime(MCR) v7.6. You need to use MATLAB r2007a fo...
I have a compiled m file using runtime library v7.6. Which version of matlab created it?
Hi, I assume that you are trying to compile an m file using MATLAB Compiler Runtime(MCR) v7.6. You need to use MATLAB r2007a fo...
7年以上 前 | 0
回答済み
how to create 2D matrix and calculate density of each element
Hi, I understand that you have 10 objects with Mass and Volume that you want to input to the program. Then you want to calculate...
how to create 2D matrix and calculate density of each element
Hi, I understand that you have 10 objects with Mass and Volume that you want to input to the program. Then you want to calculate...
7年以上 前 | 0
回答済み
Apply a mask to matrices stored in a cell array
Hi, I understand that you have a cell array of matrices and you have a mask of the same dimension as the the individual matrices...
Apply a mask to matrices stored in a cell array
Hi, I understand that you have a cell array of matrices and you have a mask of the same dimension as the the individual matrices...
7年以上 前 | 0
| 採用済み
回答済み
How can i loop I and Ta values from excel sheet from column A(I values) & B(Ta values) for the below mentioned code from row 1 to 10000?
Hi, I understand that you have an excel file with at least 10000 rows and 2 columns(A for I & B for Ta). Now you are trying to i...
How can i loop I and Ta values from excel sheet from column A(I values) & B(Ta values) for the below mentioned code from row 1 to 10000?
Hi, I understand that you have an excel file with at least 10000 rows and 2 columns(A for I & B for Ta). Now you are trying to i...
7年以上 前 | 0
回答済み
Merge vertically columns of many files
Hi, I understand that you are trying to vertically concatenate each of the variables(10X3 arrays) into separate arrays with dim...
Merge vertically columns of many files
Hi, I understand that you are trying to vertically concatenate each of the variables(10X3 arrays) into separate arrays with dim...
7年以上 前 | 1
| 採用済み
回答済み
how to extract strings between two newline characters using regexp
From your question I understand that you have a string '\n1 2\n3 4\n' and you want to extract '1 2' and '3 4' into a 1*2 cell ar...
how to extract strings between two newline characters using regexp
From your question I understand that you have a string '\n1 2\n3 4\n' and you want to extract '1 2' and '3 4' into a 1*2 cell ar...
7年以上 前 | 2