photo

Michelangelo Ricciulli


Last seen: environ 2 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Ph.D. in Information Technologies

Statistiques

All
MATLAB Answers

0 Questions
17 Réponses

Cody

1 Problème
61 Solutions

RANG
1 089
of 301 653

RÉPUTATION
70

CONTRIBUTIONS
0 Questions
17 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
13

RANG
 of 21 377

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
9 339
of 175 992

CONTRIBUTIONS
1 Problème
61 Solutions

SCORE
805

NOMBRE DE BADGES
6

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • CUP Challenge Master
  • Commenter
  • ASEE Challenge Master
  • Creator
  • Promoter
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Subscripted assignment dimension mismatch.Error in fnc (line 12) matrix1(1,1)=cos(k*delta_z);matrix1(1,2)=(i/q)*sin(k*delta_z);
Hi, Before answering the question, I want to give you a couple of suggestions. First, try to post your code in better format...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How to generate a joint probability matrix from a data matrix
Hi, A simple way to get the joint probability matrix for two dimension is using the hist3 function, (read the documentation <ht...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
Graph of function not match y(variable)
Hi Gabriel, you are mixing up the indexes of the vector and the argument of a mathematical function. y(10) means the 10th value...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How can I show variable index in a for loop?
Hi there, a quick and dirty method could be using the eval function. First you define the variable name var=['x' num2str(...

environ 8 ans il y a | 2

Réponse apportée
Problem Writing an Autoregressive Process Function
Hello Roger, First I suppose the length N, is the output vector length. Right? Let's say your initial index is 1. Thus, samp...

plus de 8 ans il y a | 0

Réponse apportée
How to optimize this loop
I think that this should save some time, since it avoids the for-loop: i = 1:n; A(i,B(i,1)) = 1;

presque 9 ans il y a | 0

Réponse apportée
Nonlinear regression with categorical predictor?
Ok, a very simple way to do it is the following. You can use the function fminunc, that finds the minimum value of something....

presque 9 ans il y a | 1

| A accepté

Réponse apportée
How can I use the 'opposite' of findpeaks input argument?
Hello, It seems there is no "built-in" way to do this. But you could follow the simple example <https://it.mathworks.com/matla...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to vectorize for-loop for anonymous function that takes in row vectors as inputs, and spits out a single number as output.
Hi, I think that you need just to slightly modify your function func. Let's say it accepts only ROW vectors like a=[1...

presque 9 ans il y a | 1

| A accepté

Réponse apportée
How can I recreate this wave using the sawtooth wave function?
Hi! You just need to slightly modify the function sawtooth, putting a minus sign before it and adding a division by a factor 2 ...

presque 9 ans il y a | 0

Réponse apportée
Why are fft diagrams mirrored?
Hi Dhyan, actually, it is not always the case, since it is true only for real signals. It can be proven mathematically that wh...

environ 9 ans il y a | 4

| A accepté

Réponse apportée
Circular moving point at a set velocity
Assuming that your velocities are already angular velocities (number of radians per time unit), adding a for loop and a vector t...

environ 9 ans il y a | 2

| A accepté

Réponse apportée
How do I reset the signal output?
I think that the answer you are searching is the "modulo" operation. Let's say your ramp is stored in vector y and you want the ...

environ 9 ans il y a | 0

Réponse apportée
for loop or str2num incorrectly adding 48 to results?
It is doing that because every character of the string '10', is memorized in matlab with an encoding. So '0' is actually stored ...

environ 9 ans il y a | 1

| A accepté

Réponse apportée
How do you sum a vector and concatenate the outputs into the original array or vector.
I think this is the solution: S=sum(ArrayZ,1) %%outputs the sum of the colm ArrayZ=[ArrayZ; S]; %% append the sums ...

environ 9 ans il y a | 0

Réponse apportée
Error using griddedInterpolant The grid vectors do not define a grid of points that match the given values
Hi! The error comes in the second iteration of the for loop. In fact when you call Strain_c1Theta=interp1(T,Strain_c1Thet...

environ 9 ans il y a | 1

| A accepté

Réponse apportée
Trying to use ezplot but i can't seem to get it. Whats wrong with my code?
If I understood correctly what you are trying to do, V11 is no more dependent on any of the initial symbols Vs, d and t. So, if...

environ 9 ans il y a | 0

| A accepté