Nagini Venkata Krishna Kumari Palem
Followers: 0 Following: 0
I am a computer science graduate student at Villanova University. Currently, interning at the MathWorks.
Statistics
0 Questions
10 Answers
RANK
3 130
of 295 569
REPUTATION
18
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
Feeds
webread POST query behavior changed between MATLAB R2016b and R2017a
It is recommended to use 'webwrite' instead of 'webread'. For example, options = weboptions('CertificateFilename',''); w...
mer än 7 år ago | 1
| accepted
fread size mismatch in Code Generation
From an initial review of your code, I understand that you are trying to store extracted data into a fixed size matrix. Here...
mer än 7 år ago | 0
How can I add a row and continue writing in the same Excell with matlab interface?
From an initial review of your code, I understand that you already added column headers and one row of values. Now, you wish to ...
mer än 7 år ago | 0
Why is my script not publishing the figure?
I understand that you wish to display figures in your published document. MATLAB has 'snapnow' command which forces the snapshot...
mer än 7 år ago | 2
Does matlab 2017a support ssh option
I understand that you want SSH object to communicate with another machine from MATLAB script. <http://www.mathworks.com/m...
mer än 7 år ago | 0
| accepted
code generation force C90 usage
In my understanding you are trying to generate code using C90 type. In general, MATLAB coder uses C89/C90 (ANSI) types by defaul...
mer än 7 år ago | 0
| accepted
How would I go about plotting "eqn = diff(du) + u == 3* cos(w*t)"
In my understanding you want to plot an expression with two variables. The function you are using 'ezplot' accepts only single v...
mer än 7 år ago | 0
How can I import multiple text files by clicking a button in MATLAB GUI ?
In my understanding you are looking for solution to read text files of different formats. You can use 'uiimport' command from co...
mer än 7 år ago | 0
How can I make figure background black and move stimulus to the right?
It seems you wish to set the background color of the figure to black. Set the 'Color' property value to either 'black' or 'k' or...
mer än 7 år ago | 0
GUI with multiple figures
In my understanding the issue with your code is that the callback is not executed when the push button is clicked. I was looking...
mer än 7 år ago | 0