Community Profile

photo

Jacqueline Rigatto


Last seen: 約2年 前 2020 年からアクティブ

統計

  • Thankful Level 3
  • First Review

バッジを表示

Content Feed

表示方法

質問


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 (...

2年以上 前 | 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

回答