photo

MG


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

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Getting warning while running the attached code!!
clear all; close all; clc; syms x E = 30e3; s_u= 114; k_p = 154; n_p = 0.123; s_f_p = 169; e_f_p =1.14; b = ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Unable to perform assignment because the left and right sides have a different number of elements.
i=3; clmax= zeros(i,1); for j = 1: 1: i clmax(j) = del (j).clmax; end

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to plot 2D graph using 'to workspace block' and need to be popped up after simulation completed
I am trying to plot using to workspace block and I am sending x, y data to workspace . I need to plot the graph after the simula...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to solve first order inhomogeneous matrix equations.
N.B g_x and g_z can be any function

3年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I get plot for second txt file of the following attached code
clc clear all close all for R = 1:2 filename = ['Save','_','Polar','_',num2str(R),'.txt'] ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I get values for n=500, 1000 and 2000 ? only getting values for n=4000!
m Euler_1 Euler_2 RK_4 ____ ________ __________ __________ 500 0 ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I solve 6 different first order ODEs (Three DOF) with ODE45 in three different conditions
I have to write one script ( main program) and one script (ode45 function) containig those diffreential equations ( I have done ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot from txt file using textscan?
XFOIL Version 6.99 Calculated polar for: NACA 2408 1 1 Reynold...

4年弱 前 | 1 件の回答 | 0

1

回答