Community Profile

photo

Jacqueline Rigatto


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3
  • First Review

배지 보기

Feeds

보기 기준

질문


Call two folders (or directories) with the same file in the script
Hi, I would like to know how I call two folders (or directories) with the same file in the script to make a graph The folders (...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


For loop with two array
I have two line matrices and I would like to make a loop comparing each line of the two matrices and making a third line matrix ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


Wind rose - collateral points, continuous circle at 50% and the percentages on a line (west to center)
Hello, I would like to make a wind rose just like figure 1, but the way I'm doing it just comes out as shown in figure 2. co...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate partial area-under-the-curve?
Hi, I'm trying to find the area under the curve (ABC) for a part of a graph. I use the "trapz" function, but this function calcu...

대략 3년 전 | 답변 수: 3 | 0

3

답변

질문


Error: "Dimension argument must be a positive integer scalar within indexing range" using trapz
x_24= [0; 4.6958; 5.6732; 14.2002; 15.4490; 16.0151; 17.9994; 21.7987; 24.1082; 29.8818; 37.4162; 41.1113; 55.6853; 59.9431] ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Calculation of a given area using the trapz
Hello, to calculate the total area I used the trapz and it worked, but I can't do it for a certain area (figure above inside t...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


If statement with multiple conditions
clear all; clc; close all Tp=[4 7 11 16]; u= [0.188 0.368 0.628 0.997]; u10= [5.5 9.7 15 21]; ni_a=1.326*10^(-5); sigm...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to fix the error :Index exceeds matrix dimensions
clear all; clc; close all rho_sea=1027; rho_air=1225; g=9.8; k=0.4; alpha=0.008; gamma=3.3; delta_1=0.07; delta_2...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Loop with row and column difference (multiplication)
I would like to know how I do a loop multiplying Q1 with O3 (result in Q3). Then multiply Q3 with O4 and so on for each column. ...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Join the curves and make them into one (overlap)
alpha=0.008; gamma=3.3; g=9.80665; delta_1=0.07; % if f<=fp delta_2=0.09; % if f>fp Tp=[2 8 16]; fp_vector=1./Tp; i...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Surface chart using surf
I can make a surface chart using the surf with the following information: I was trying to do: surf(Ef_teta_T2(:,1),f_vector,...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Error: Assignment has more non-singleton rhs dimensions than non-singleton subscripts
clear all; clc; close all rho_sea=1027; rho_air=1225; g=9.8; k=0.4; alpha=0.008; gamma=3.3; delta_1=0.07; % if f<=...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


For loop with three variables
u= [1.192 1.194 1.120]; % u_* [ms-1] z=[0.0021 0.0029 0.0033]; % z_0 [m] T=2:1:16; f=1./T; sigma= 2*pi*f; %[s-1] g=9.8;...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab - create a table from a vector in the first row and another in the first column
Hello, I am trying to make a table inside Matlab, but it is not coming out with the correct results. My routine: alpha=0.008; ...

3년 초과 전 | 답변 수: 1 | 0

1

답변