Community Profile

photo

Vittorio Faustinella


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


Semilog in 3d scatter graph
Hi everyone, to plot some results I have written these: load('file.mat'); for i=1:100 k(i)=s(i).k; epsilon_s(i)=s(i).epsilon...

2 years ago | 2 answers | 0

2

answers

Question


Is it possible to create a tuner with matlab?
Hi everyone, is it possible to create a tuner with matlab? Theoretically from the sound we could derive the sound wave, and co...

2 years ago | 1 answer | 0

1

answer

Question


Generate a numerical series
Hi everyone, I want to generate this vector: 1e-8, 1e-9, 1e-10, 1e-11, 1e-12, 1e-13, 1e-14. How can i do it? Thanks

2 years ago | 2 answers | 0

2

answers

Question


Plot over a image
Hello to all, I've a question, i want plot a graphic over a image, I've write this code: %Plot Sw - r^2/t figure(1) imshow('...

2 years ago | 1 answer | 0

1

answer

Question


Function FLOAT in FORTRAN to Matlab
Hi everyone, I've this Fortran code: IF(j<11) THEN r = FLOAT(j)*0.3 ELSEIF(j<=20)THEN r = FLOAT(j)/5.0*3.0 ELSEIF...

2 years ago | 1 answer | 0

1

answer

Question


Create and save a table
How can i create and save a table from a multiple result of a function? I used this command to print result on a file.dat fp...

2 years ago | 1 answer | 0

1

answer