![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7531295_1522121919546_DEF.jpg)
Samruddhi Pednekar
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
122 719
of 297 046
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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 '...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 9 år ago | 1 answer | 0