Nagulavancha Sai Preetham
Followers: 0 Following: 0
Statistics
All
RANK
19,549
of 295,448
REPUTATION
2
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Regarding Matlab Simulink - R2019 Version
I have a Simulink model from R2019b and now I want to upgrade my MATLAB to R2023b, so I want to know how to use the previous ver...
9 months ago | 2 answers | 0
2
answersQuestion
How to convert a sym data type to symfun datatype?
I need to find the value of a function Eq. But the result comes out as an expresssion. The datatype of Eq is sym. How to I chang...
1 year ago | 1 answer | 0
1
answerSolved
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
2 years ago
Solved
Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...
2 years ago
Solved
Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...
2 years ago
Answered
Can someone help me make a function for determining a global stiffness matrix for a truss?
clear ne = input("No Of Elements : "); n = input("No Of Nodes : "); A = input("Enter A in m^2 : "); E = input("Enter E kN/m^...
Can someone help me make a function for determining a global stiffness matrix for a truss?
clear ne = input("No Of Elements : "); n = input("No Of Nodes : "); A = input("Enter A in m^2 : "); E = input("Enter E kN/m^...
2 years ago | 1