Govind Sankar Madhavan Pillai Ramachandran Nair
Followers: 0 Following: 0
MATLAB, SQL
Spoken Languages:
English, German
Statistik
RANG
277.290
of 295.467
REPUTATION
0
BEITRÄGE
18 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to set YLim for multiple Yaxis on UIaxes
I am plotting a figure using uiaxes in app designer with 2 y axis one on the left and other on the right. And I am trying to set...
2 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Class properties Value not available in a different function.
I have a class called BatteryPlotCalculation and one of its properties is BatteryVoltageSection. properties BatteryVoltageSec...
4 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Arrays have incompatible sizes for this operation error while checking dropdown.value not equal to a char value
I have created an app in appdesigner and it has a dropdown. And I check the value of this dropdown to a string value. function...
4 Monate vor | 1 Antwort | 0
1
AntwortFrage
Cannot see some section of code in appdesigner
This is some part of my code in matlab appdesigner. As you can see I cannot see the code from 256 to 518. Someone else playe...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
Space in a text is taken as line break in UIcontrol
I have a long string variable like this. tex = "Date=09-Jul-2024 Delta_E=-3.3317 Delta_U=300-320V Sigma=0.094335 MaxAbs=0.0005...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
Trouble with inheritance i MATLAB OOP
I have two classes. ParameterFile and PathParameterFile. Both are used to read from an xml file and get its contents. PathParame...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
11 Monate vor | 2 Antworten | 0
2
AntwortenCopying UIaxes into a figure with correct position
solved it: newFigure = figure('visible','off'); copyobj(app.UIAxes,newFigure); ax = g...
etwa ein Jahr vor | 0
| akzeptiert
Frage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als ein Jahr vor | 3 Antworten | 0
3
AntwortenFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortWrite 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...
etwa 6 Jahre vor | 0
Calling a function with 2 inputs using only a single input
thank you very much for your answers, it helped me
etwa 6 Jahre vor | 0
Frage
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...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0