統計
MATLAB Answers
0 質問
8 回答
ランク
of 170,969
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
matrix multiplication with different sizes
hi kriti can you try this x=repelem(a,k); b=b.*x;
matrix multiplication with different sizes
hi kriti can you try this x=repelem(a,k); b=b.*x;
3年以上 前 | 0
| 採用済み
回答済み
how to write a code using while end loop for display of number from 10 to 1 descending order ?
n=11; while n>1 n=n-1 end
how to write a code using while end loop for display of number from 10 to 1 descending order ?
n=11; while n>1 n=n-1 end
3年以上 前 | 0
回答済み
Averaging elements for a cell within a cell array
where c is your cell. clc c={[1,2,3];[2,3,40];[34,21,35];[2,7,5];[33 67 89]}; p=[]; n=size(c{1}); m=size(c); for i=1:n(2) ...
Averaging elements for a cell within a cell array
where c is your cell. clc c={[1,2,3];[2,3,40];[34,21,35];[2,7,5];[33 67 89]}; p=[]; n=size(c{1}); m=size(c); for i=1:n(2) ...
3年以上 前 | 0
回答済み
generate pair numbers randomly
hi ananya, it is my understanding that you want to create a array of pairs with random vaues. but is there any constraints like...
generate pair numbers randomly
hi ananya, it is my understanding that you want to create a array of pairs with random vaues. but is there any constraints like...
3年以上 前 | 1
回答済み
I want to need (maxY(:,1)) for different value of k, how the for loop will help?
Hi sahil, what you can do is send the values of k in a array. k =[0:0.1E-3:3E-3]; r=[]; for i = 1:size(k) [T,Y]= ode45(...
I want to need (maxY(:,1)) for different value of k, how the for loop will help?
Hi sahil, what you can do is send the values of k in a array. k =[0:0.1E-3:3E-3]; r=[]; for i = 1:size(k) [T,Y]= ode45(...
3年以上 前 | 0
回答済み
run matlab on cloud platform
Hi Ishitha, You can run MATLAB on cloud platforms, but you must check your license agreements for the support. For more inform...
run matlab on cloud platform
Hi Ishitha, You can run MATLAB on cloud platforms, but you must check your license agreements for the support. For more inform...
3年以上 前 | 0
回答済み
Find intersection of points in a graph
Hi chinmayraj, You can refer to this page to find the intersection of two curves. You can also subtract the two curves and get...
Find intersection of points in a graph
Hi chinmayraj, You can refer to this page to find the intersection of two curves. You can also subtract the two curves and get...
3年以上 前 | 0
回答済み
how to make symbolic variable by loop as we want
Hi verma, I understand that you want to create multiple symbolic variables with one command. The following example will ill...
how to make symbolic variable by loop as we want
Hi verma, I understand that you want to create multiple symbolic variables with one command. The following example will ill...
3年以上 前 | 0

