Community Profile

photo

MG


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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'] ...

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer