
Prasanna Konyala
Statistics
0 Questions
13 Answers
RANK
2,465
of 260,105
REPUTATION
16
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 17,887
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111,665
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
Content Feed
ReadTable producing different result for 2017 and 2020A matlab version
Hi @Lalit Kumar From my understanding, you want to get the whole data in excel to be read in the same format as 2017a. From 2...
2 months ago | 0
plot a complex sinusoidal function consisting of the sum of 5 sine waves with equal amplitudes
Hi Sahil From my understanding, you want to plot the sum of all 5 sinewaves with different frequencies. Considering amplitud...
2 months ago | 0
| accepted
Live Script to define a class
Hi Camilo Currently we are not supporting classes in Live Editor. Our developers are aware of this and it might be considered f...
2 months ago | 1
| accepted
Query regarding battery pack
Hi Irfan From my understanding, you want to connect all the cells (40) in series to get 144v. But I don’t think all of them ar...
2 months ago | 1
| accepted
Load symbolic matrix in python
Hi From my understanding, you are facing issue when loading mat file in python. Loading mat files can cause an error if the ...
3 months ago | 0
Problems with which function in 2021a vs 2016b
Hi MATLAB calls get and set methods when any code accesses the properties. Property access methods do not appear in the list o...
3 months ago | 0
Create Editable Table rows by selecting item number in ListBox in App Designer
Hi Shashank From my understanding it looks like Nrows is char and nn is number. That is why first loop ran without errors but ...
3 months ago | 0
Coding Circuits in Matlab
Hi Ibrahim From my understanding, you want to create a circuit with resistors in series. To find the equivalent resistance y...
3 months ago | 0
Generalized sorting function with user defined (template-)criterion
Hi Jürgen From my understanding, you are trying to sort values on custom criteria. This can be done using sortrows(). value={1...
3 months ago | 0
¿A que se debe que en el comienzo las gráficas no sean iguales?
Hi, From my understanding, you are trying to plot and check output using Fourier and Laplace. The output produced by Fourier t...
4 months ago | 0
Error message "Unable to resolve the name coder.target." when trying to use the downsample function
It works fine on my end, so I think the error is an installation issue. This type of issue can occur when the specified function...
4 months ago | 0
How to display row numbers in variable view?
Matlab default settings makes sure that the width of the column is enough to accommodate the row numbers. According to your scr...
4 months ago | 0
How to solve the pivoting matrix for row reduction?
Given a singular matrix (A) and its row echelon form (B), pivoting matrix (M) can be computed by right matrix division, ie, M ...
5 months ago | 0