photo

Samruddhi Pednekar


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
226,215
of 302,023

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,505

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,195

贡献数
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...

10 years 前 | 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 '...

10 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答