Feeds
질문
plot in two side of x-axis with common y-axis
Hello community, I need help to write a code to plot as shown in figure. I could plot with negative value of x but i want to plo...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
solve equation with symbolic variables
Hello, I was trying to solve the equation with 'c' is a variable, and trying to get 'c' equating equation to zero. But I am gett...
대략 3년 전 | 답변 수: 2 | 0
2
답변질문
stacking of large matrix into stack of small column matrix
Hello here i want to put row of w matrix as a column vector in w_stack for i as a number of element. i.e each row of w correspon...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Plot structure in 3D coordinate
#I am trying to plot a structure as shown in figure below with a function, but am able to get just 2D plot, can you please hel...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Why zero values in matrix
%hello, here eventhough matrix components are not zero, I am getting zero values when I put A a very large number. %Is there any...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Solve matrix with different symbolic variable
%Hello, I tried to solve this matrix problem to get solutioon interms of E, R, and I which is not known. I could get %it by pu...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
assemble global stiffness matrix
%Hello, I want to assemble global stiffness matrix of 3 element connected each other to get stiffness matrix of whole structure,...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Solve differential equation to get variable
% I am trying to proceed to get the solution for a here by equating differentiation of u_a withrespect to a equal to Zero, but g...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
solve double differentiation with two limits
%% hello I am trying to solve the equation with double differentiation of M_z which is equal to w_x get the value of M_z(x) b...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
error in matrix multiplication and integration
%% clc; clear; syms x; %pi = 180.; % syms y_x; % syms y_x_das; L = 100.; E = 29000. ; c = 0.1*L; d_0 = 5.; d_1 = ...
대략 3년 전 | 답변 수: 0 | 0
