photo

Kraka Doros


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
5 Réponses

RANG
215 102
of 298 554

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
 of 20 617

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 161 660

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

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


Create cell array of handle functions, which have been created from 2x1 double arrays
% i want to create an array of 2x1 cells, for example : % @(t)1*t+3 % @(t)2*t+4 % So i write : >> clear f={@(t...

presque 3 ans il y a | 2 réponses | 0

2

réponses

Question


Double "for loop" with an integral of hundle functions, problem.
>> %assing two handle functions to a column with two rows f1=@(t)3*t+1; f2=@(t)1.5*t+0.5; fcell=cell(2,1); fcell{1}=f1; f...

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

1

réponse

Réponse apportée
"Double for loop", question
But you allready, in your first comment teach me how it works. My first exactly, question was "..Can somebody explain me, with e...

presque 3 ans il y a | 0

Réponse apportée
"Double for loop", question
Dyuman, Thank a lot for your detailed explanation. Because i am totaly new in Matlab, somebody must explain every detail, for m...

presque 3 ans il y a | 0

Question


"Double for loop", question
a=[1 2]; b=[3 4]; n=length(a); % length(a)=length(b)=n for i=1:n for j=1:n R(i)=a(j)*b(i); ...

presque 3 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
nufft wrong result ?
OK. No need for clarification. It was very complicated, but i got it . I understood why you add F1(kk) in the left of the right...

presque 3 ans il y a | 0

Réponse apportée
nufft wrong result ?
I can see that NUFFT is given from the equation : Unfortunately, i cannot even use the simple approach. I am trying to ...

environ 3 ans il y a | 0

Réponse apportée
nufft wrong result ?
Hi Paul. Thanks for your detailed and well presented answer. You are exactly correct. After i read comment, retried and receive...

environ 3 ans il y a | 0

Question


nufft wrong result ?
% my code : % Create 256 not equally spaced time points between 1 and 1000 : n=256; t=sort(randperm(1000,n)'); % I receiv...

environ 3 ans il y a | 4 réponses | 0

4

réponses

Question


mex giving error in Matlab R2015a
MatlabR2015a in Windows10 Pro (Version 10.0.14393) >> mex FGG_Convolution1D.c Building with 'lcc-win32'. Error using mex W...

environ 3 ans il y a | 1 réponse | 0

0

réponse