photo

Gopalakrishnan venkatesan


TAMA Systemtechnik GmbH

Last seen: 2 Monate vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

59 Fragen
0 Antworten

RANG
14.859
of 301.652

REPUTATION
3

BEITRÄGE
59 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
83.05%

ERHALTENE STIMMEN
3

RANG
 of 21.375

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 175.981

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 4

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Getting value from the table - simulink
Hallo, I am getting the table as the input to the simulink model for exmaple as given blow, First row and column are my br...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Capturing the error by set_param('modelname', 'SimulationCommand', 'start') - Matlab2014b
Hallo, Is there any way to the capture the error programmatically when we start the simulation using the command "set_param('mo...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


append information to testsuite result(MATLAB2014b)
Hallo everyone, I am new to the testrunner topic. Currently i have one testsuite. After running the testsuite i am getting the ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


DiagnosticsOutputPlugin or DiagnosticsRecordingPlugin in MALTAB 2014b
Is there any plugin similar to DiagnosticsOutputPlugin that support in MATLAB 2014b? Currenty i am logging some information in ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


'run' command with input argument - MATLAB 2018a
I have Matlab script already existing in matlab path for example 'data_work_path'. 'data_work_path' function supports o...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Splitting the elements in the cell array
I have a cell array, a = { abcdsfa_def , ef_ghi, higdsfasfa_klm} Now i need to remove the each element in the cell array from ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Extracing the part of the string from cell array
I have a cell array a = {'abc__first__element' ; 'def__second__element'; ghi__third__element'} I want to extract the string a...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Element from cell array extraction
I have cell array a = {'abd', 'abd\cd\def.mdl', 'abc\efg'} I want to remove the element ending with 'mdl' and also elemen...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Extract the particular element from the cell array
I have cell array a = {'abd', 'abd\cd\def.mdl', 'abc\efg'} I want to remove the element ending with 'mdl' and also element wi...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Finding the particular pattern from cell array
I have a cell array, A = {'file.m', 'file.log', 'file_dsaf_dsfaf.log', 'data.log'} I need to extract the element starting ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Running the bat file
I have bat file named data.bat with simple command "python". When i double click the bat file python is running successfully. Bu...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Parsing the Ms access data base
I have a database with two tables. I tried to extract the data from the tables and i was able to extract also using the command ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


adding property dynamically in the class
I have a class, classdef data < dynamicprops properties result1 = [] result2 = [] end end Now...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


InputParser - problem with keepUnmatched
Ex: function data(input1,input2) where input1 = 'AUDI' input2 = 1 I have used the input parser to check the inputs ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Moving the contents in the cell array
data = {'abc' , 'def' , 'ghi'} I have a cell array named data. Now i need to move the contents to another index in the same a...

mehr als 9 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


calling the function dynamically - is it possible using eval or evalin
function data(k) k = {sum,multiply,divide}; for l=1:numel(k) [a,b,c] = data_sum(d,e) end en...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Activating help for sub function
I have a function named mystats which calls two functions mymean and mymedian. All these three function are saved in the single ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Insert underscore into the string
a = datestr(now,31) a = 2016-08-23 09:15:47 a = regexprep(a,'[^a-zA-Z0-9]','') = 20160823091547 a(1:2) = [] a = '160...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Display the content of the cell array
I have a cell array a = {'Ford' , 'AUDI'} I want to display content in the cell array i tried using a = sprintf('The selec...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Input as the hexadecimal number
Is it possible to enter directly the hexadecimal number without the conversion to decimal number and perform all the hexadecimal...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


problem with enumeration class
function data a = classenum(c,d) end function data will pass the two arguments c and d to classenum. classenum lo...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Running the matlab class example
This is an example provided by MATLAB for ''Modify Property Values with Access Methods''. How to run this? classdef Testpoi...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding the parent function name
function y = data_num(a,b,c) How can I find the parent function of ''data_num''? if i am using deprpt('data_num'). It is n...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Passing the input argument to the class
I need to know how can i pass the input argruments received from other function to the class for example i got a function ...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Base workspace variable name
Is there any command to get the base workspace variable name ?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot the values between the range
<</matlabcentral/answers/uploaded_files/40770/Capture.JPG>> I need to plot the values between the range using the bar plot ? ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


remove the number at the end of the string in cell array
I have a cell array a = { 'Gain' ; 'Gain1' ; 'Delay' ; 'Delay1'} I need to remove the number at the end of the string. How ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sum the elements in the cell array
a = { 1 2 3; 4 5 6; 7 8 9} How to use the cellfun to sum the element row wise?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Delete the folder existing in the matlab path
How can i delete the folder and its subfolder and its files in the matlab path ??

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


find index of last 5 largest values in cell array
I have a cell array of numbers a = {5 ; 6 ; 8 ; 8 ; 10; 1 ; 15 ; 25 ; 10 ; 35 ; 45 ; 3} I need to find the index of last fiv...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden