
Amirali Kamalian
Statistics
MATLAB Answers
3 質問
3 回答
ランク
5,450
of 260,428
評価
6
貢献
3 質問
3 回答
回答採用率
0.0%
獲得投票数
3
ランク
of 111,878
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
add new row to table with missing values
How can I add a new row to an existing table with missing values? For illustration, I define a table T with 4 variables: name,...
5ヶ月 前 | 2 件の回答 | 0
2
回答回答済み
sprintf with latex problem
I have a problem quite similar to this: pltt = '%1.0u: %4u $^{\circ}$C, %4u kg/h'; ... title(sprintf(pltt, j, T, Q),'FontSize...
sprintf with latex problem
I have a problem quite similar to this: pltt = '%1.0u: %4u $^{\circ}$C, %4u kg/h'; ... title(sprintf(pltt, j, T, Q),'FontSize...
2年以上 前 | 1
回答済み
How do I find a file name containing a particular string in a given directory and read this present file and write into other folder.
You can make the code simpler by replacing this line X = ~cellfun('isempty',strfind(N,num2str(9129))); with X = contains(N,...
How do I find a file name containing a particular string in a given directory and read this present file and write into other folder.
You can make the code simpler by replacing this line X = ~cellfun('isempty',strfind(N,num2str(9129))); with X = contains(N,...
3年弱 前 | 0
回答済み
divide matrix by a vector of the same number of column
You can also use matrix-matrix multiplication where, B = B.^(-1); C = A*diag(B); C(isnan(C)) = 0; This code is perhaps easie...
divide matrix by a vector of the same number of column
You can also use matrix-matrix multiplication where, B = B.^(-1); C = A*diag(B); C(isnan(C)) = 0; This code is perhaps easie...
3年弱 前 | 2
質問
export Data Index to Workspace
Having a scatter plot, when I click on one of the points, I get some information regarding that point e.g. X-value and Y-value a...
約3年 前 | 1 件の回答 | 0
1
回答質問
GUI on a scatter plot
The output window contains 4 scatter plots (using subplot) which illustrates the relation between 5 vectors. I would like to add...
約3年 前 | 1 件の回答 | 0