Community Profile

photo

Govind Sankar Madhavan Pillai Ramachandran Nair


Last seen: 4 months ago Active since 2016

Followers: 0   Following: 0

Programming Languages:
MATLAB, SQL
Spoken Languages:
English, German

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


Check the format of a string.
I have a string variable and I need to check if it is of the given format. Its actually a date time. There are two types. One i...

4 months ago | 2 answers | 0

2

answers

Answered
Copying UIaxes into a figure with correct position
solved it: newFigure = figure('visible','off'); copyobj(app.UIAxes,newFigure); ax = g...

8 months ago | 0

| accepted

Question


Copying UIaxes into a figure with correct position
I have attached a picture which is a screenshot of a figure from matlab that is obtained by copying from UIaxes. So UIaxes posit...

8 months ago | 1 answer | 0

1

answer

Question


Copy 3 UIaxes into one figure
I have a plot in MATLAB app designer with 3 UIaxes which means I have 3 plots actually. I want copy all 3 of them into one figur...

8 months ago | 1 answer | 0

1

answer

Question


Set the private property of a class without using a constructor
I have a class and i just need to set the private property of the class without using constructor. Is this possible? So basicall...

8 months ago | 1 answer | 0

1

answer

Question


Error using plot Vectors must be the same length.
I am trying to plot this. plot(time,cellvoltages). Size of cellvoltages is 36004 x 84. That is fixed. Now the time varies acc...

9 months ago | 1 answer | 0

1

answer

Question


Error using strfind Conversion to double from table is not possible.
I have a table and I extracted one value from the table and it is dataTimeColumn(1,1) = 2023-07-24T16:15:54.200 And I tried to...

9 months ago | 2 answers | 0

2

answers

Question


Add 2 Numbers in a class
So I am trying to learn OOP in MATLAB. I am a beginner in MATLAB and trying to learn stuff. So I decided to create this simple a...

9 months ago | 2 answers | 0

2

answers

Question


Write a function called spiral_diag_sum that takes an odd positive integer n as an input and computes the sum of all the elements in the two diagonals of the n-by-n spiral matrix. For example, starting with the number 1 and moving to the right in a c
Hi, I am trying to attempt this question. But my problem is where is the spiral MATRIX.How do we compute the sum without the MAT...

5 years ago | 1 answer | 0

1

answer

Answered
Write a function called spiral_diag_sum that takes an odd positive integer n as an input and computes the sum of all the elements in the two diagonals of the n-by-n spiral matrix.
Hi, I am trying to attempt the same question. But my problem is where is the spiral MATRIX.How do we compute the sum without the...

5 years ago | 0

Answered
Calling a function with 2 inputs using only a single input
thank you very much for your answers, it helped me

5 years ago | 0

Question


Calling a function with 2 inputs using only a single input
I have a function with inputs a and b and when i tried to call the function with one input a and use the inbuilt function isempt...

5 years ago | 3 answers | 0

3

answers

Question


Excel to Matlab to Simulink
data = xlsread('Mappe1'); breakpoints1 = data(1:end,1)'; breakpoints2 = data(1:end,2)'; Mappe1 is an excel file with 2 column...

7 years ago | 0 answers | 0

0

answers

Question


While modelling a simple water supply system, that includes pump, pipes,valve etc, what are the factors to be considered?
While modelling a simple water supply system, that includes pump, pipes,valve etc, what are the factors to be considered? For eg...

7 years ago | 0 answers | 0

0

answers

Question


Simulation model for a fuel system and water supply system for a gas turbine
I am creating a simulation model for a fuel system and water supply system for a gas turbine. I am new to modelling. So how shou...

7 years ago | 0 answers | 0

0

answers