Community Profile

photo

Vittorio Faustinella


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答