Nidhi SRIVASTAVA
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
40,081
of 295,448
REPUTATION
1
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Question
Calling back same GUI as previous in a while loop
I am working on a program which follows the following structure. I run a while loop whose beginning starts with calling a GUI wi...
7 years ago | 1 answer | 0
1
answerQuestion
Multiple UNDO in gui
I am working on guide. I wish to undo the values of the GUI multiple times. I could undo the values one time. Now I am looking f...
7 years ago | 1 answer | 0
1
answerQuestion
How to save the output of an executable file in a different directory than current running directory?
I am running an executable file using system command in matlab. The output which I get after the processing is to be saved in a ...
7 years ago | 2 answers | 0
2
answersQuestion
Write new file in different directory
I want to create a new file in a directory other than the current opened directory. My code: f='somefilename' fid = f...
7 years ago | 1 answer | 1
1
answerQuestion
Plotting Timetable in matlab
I am plotting timetable data in matlab. I want to change the y limit of my plot. Is there a way to do so? Thanks.
7 years ago | 1 answer | 0
1
answerQuestion
input the default value in an edit box of a GUI as an input from a file?
Is there a way to input the default value in an edit box of a GUI as an input from a file? I have a file with data (file attache...
7 years ago | 1 answer | 0
1
answerQuestion
How to read file with complex number as well as real numbers
I have a huge file with first real numbers and then complex numbers(file attached). I want to read the file and store the real n...
7 years ago | 1 answer | 0
1
answerQuestion
Read data from file
I have a huge file with data format: (2,4) (5,6) (34,26) (22,78) (18,76) (33,50) etc. I want to create 4 matrix wi...
7 years ago | 1 answer | 0
1
answerQuestion
FormatSpec for mixed entry of Input
I am using textscan to read a file. The data of file is something like: ASC2007252381128.0000.T88.ch04.sac E ASC2007252381...
7 years ago | 1 answer | 0
1
answerQuestion
Arguments to executable file
I am working on a conversion of IDL code to Matlab. IDL --= spawn, dir_progs+'file.exe -M' + filedats+ '.dat -NMOD 5 -R -P...
7 years ago | 1 answer | 0
1
answerQuestion
Calling variables from call_back in GUIDE
I am working on GUI using guide. I have assigned user input to the edit text box. I have attached the picture of the GUI. I wan...
7 years ago | 1 answer | 0
1
answerQuestion
Pushbutton output in Gui
I have 3 options in my GUI. I want as an output, the option number. Example pushbutton one is apple. If I click on Hexagonal, it...
7 years ago | 1 answer | 0
1
answerQuestion
Insert text box in subplot
I have 4 subplots. I wish to insert a text box in my fourth subplot. I can't understand how to position the text box. Kindly hel...
7 years ago | 1 answer | 0
1
answerQuestion
reverse the y axis
I have a step function plot in matlab. I want to reverse the y axis so that the initial value is at the top and also the x axis ...
7 years ago | 1 answer | 0