Carlo Speranza
Followers: 0 Following: 0
Student of Hydraulic Engineering in Politecnico di Milano.
Statistics
4 Questions
0 Answers
RANK
25,593
of 295,495
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 1
1
answerQuestion
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 ...
6 years ago | 1 answer | 0