Community Profile

photo

Govind Sankar Madhavan Pillai Ramachandran Nair


Active since 2019

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Global variable keeps initialising again and again when I want it to only initialise once.
I have a GUI in MATLAB with a pushbutton called plot. When I click on plot as expected a figure appears. But my doubt is this. I...

5 years ago | 1 answer | 0

1

answer

Question


Create n number of figures in MATLAB GUI.
In normal matlab coding, we can have as many plots as we want. For eg: plot(x,sinx); figure; plot(x,sinx); and so on No...

5 years ago | 1 answer | 0

1

answer

Question


App Designer for MATLAB 2014
Is there any way I can get the app designer for MATLAB 2014. I need it badly for my work. Thank You.

5 years ago | 1 answer | 0

1

answer

Question


Error using textscan Unknown option '%f'
filename = 'Temp1.csv' fileid = fopen(filename); C = textscan(fileid,'%s',32,'%f',32,'delimiter',';'); Error using textscan ...

5 years ago | 1 answer | 0

1

answer

Question


Read a CSV file
I have a CSV file that is auto generated from my LabVIEW program. Even though it is a CSV file the LabVIEW program uses semicolo...

5 years ago | 1 answer | 0

1

answer

Answered
Add 0 to the front of a number.
Thank You. I got the answer.

5 years ago | 0

Question


Add 0 to the front of a number.
function Output = dial(Input) c = upper(Input); j(length(c)) = 0; a = 1; for k = c switch k case '0' ...

5 years ago | 3 answers | 0

3

answers