MG
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
66.970
of 295.467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
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 = ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to solve first order inhomogeneous matrix equations.
N.B g_x and g_z can be any function
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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'] ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
How to plot from txt file using textscan?
XFOIL Version 6.99 Calculated polar for: NACA 2408 1 1 Reynold...
ongeveer 4 jaar ago | 1 answer | 0