photo

Samruddhi Pednekar


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
170 442
of 301 383

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 252

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 306

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

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...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 '...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 10 ans il y a | 1 réponse | 0

1

réponse