photo

Syed Mustaqhim


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
153,213
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


App designer for composite bars for n inputs
Hey there, I am trying to build an app for composite bars, the inputs depend on the user's requirement. How do i get multiple in...

6 years ago | 0 answers | 0

0

answers

Question


Hey there, I am trying to write a code for 2D-Mohr's circle and i need to generate a circle for x value of Sx, radius(r) of T.
%this is the code(incomplete) for 2D Mohrs circle, looking for assistance. Sx = input('Enter value of stress in x direction in ...

6 years ago | 2 answers | 0

2

answers

Question


Hi there, I am trying to write a code on composite bars for n cross-sections, could someone help me with a simple code.
o = 'Enter the number of cross-sections: '; n = input(o); prompt = 'Enter the load in N: '; F = input(prompt); if n == 1 ...

6 years ago | 1 answer | 0

1

answer