Statistics
4 Questions
0 Answers
RANK
265,300
of 301,447
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,609
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0