Feeds
질문
Problem with parfor-loop. Unable to classify a variable in the body of the parfor-loop. Can someone help me?
Hi everyone, I'm Carlo and I'm using Matlab R2020a. I'm trying to increase the speed of this for loop: I explain a bit: S is...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to open files with similar names
Hi everybody, I need to open in Matlab 3 files with similar names. Every file contains pressure coefficients during an experime...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Help with this small exercise with input/output and ezplot
The exercise asks: I wrote this matlab code function y=sineseries(x,n) x1=input('Insert the 1st value here -> '); x2=input...
대략 7년 전 | 답변 수: 1 | 1
1
답변질문
How to make this function accept a vector input
function y=sineseries(x,n) sol=0; for k=1:n s=(-1).^(k-1)*x.^(2*k-1)./factorial(2*k-1); sol=sol+s; end format long y=sol ...
대략 7년 전 | 답변 수: 1 | 0
