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...
거의 4년 전 | 답변 수: 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...
거의 4년 전 | 답변 수: 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
거의 4년 전 | 답변 수: 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('...
대략 4년 전 | 답변 수: 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...
대략 4년 전 | 답변 수: 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...
대략 4년 전 | 답변 수: 1 | 0

