Feeds
提问
Heat Transfer Project 2D Nodal finite difference equations Problem
*Boundary Contidions along North edge: 311 degrees **Boundary Conditions along the West edge: 71 degrees. **Boundar...
4 years 前 | 0 个回答 | 0
0
个回答提问
In xlsread Error in call xlsx
clear all; close all; clc; GF=2.1;%Gauge Factor E=6.9*10^10;%Young's Modulus b=25*10^-3;%thickness h=5*10^-3;%height L...
4 years 前 | 1 个回答 | 0
1
个回答提问
Slıder Crank Mesh DOF equation Check for missing argument or incorrect argument data type in call to function 'solve'. Error in DOF (line 7) [b,s]=solve(p,q) Problem
clc, clear, clear all; p=('s*cos(b)=1-0.5*cos(a)') q=('s*sin(b)=0.5*sin(a)') [b,s]=solve(p,q) i=1; for a=0:0.1:6.3 phi...
4 years 前 | 0 个回答 | 0
0
个回答提问
Error using plot Vectors must be the same length. ı have a plot error .İs there any advicethis problem
figure(3) N1=linspace(2000,3400); p = polyfit(Nwot,bsfcwot,2); bsfc1=polyval(p,N1); p1=plot(N1,bsfc1); hold on; xlim([2200...
4 years 前 | 1 个回答 | 0