photo

Samruddhi Pednekar


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
224,178
of 300,853

評判
0

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


how to pass parameters to a function handle in spmd block
if I have defined a function si = @(x) 1.*(x>=0 & x<=0.5)+... -1.*(x>=0.5 & x<1)+... 0.*(x<0 | x>=1); and f(x)=@ x.*x...

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

1

回答

質問


which is the file that contains 'int'?
I am getting the following error but I don't know which file to add: An UndefinedFunction error was thrown on the workers for '...

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

1

回答

質問


how to define an anonymous function in spmd block?
I want to define sinx function in spmd block. how can I do it...it is giving an error you cant define an anonymous function in a...

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

1

回答

質問


I am getting this error Cell contents assignment to a non-cell array object..I m actually trying to create an array where the elements are functions
my code is H = @(t) 1.*(t>=0 & t<=0.5)+... -1.*(t>=0.5 & t<=1)+... 0.*(t<0 | t>1); h =@(t) cell(k,1); for j = 0:5 ...

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

1

回答