photo

Aditya


KPIT Technologies Ltd

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

14 Fragen
1 Antwort

Cody

0 Probleme
10 Lösungen

RANG
261.154
of 300.759

REPUTATION
0

BEITRÄGE
14 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
14.29%

ERHALTENE STIMMEN
0

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
39.834
of 170.890

BEITRÄGE
0 Probleme
10 Lösungen

PUNKTESTAND
110

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

fast 10 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

etwa 10 Jahre vor

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

etwa 10 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

etwa 10 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 10 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 10 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 10 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 10 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 10 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 10 Jahre vor

Frage


Inclusion of custom ENUM file during code generation throwing error
Hi, I am trying to include following header file containing ENUM definition during my Auto-code generation typedef enum { ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get rid of this error?
While compiling the following function prototype of my header file I am getting an error as "extraneous old-style parameter list...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Division in stateflow is showing only integer part
But still the question remains that why stateflow is doing floor(a/b) and giving 2 instead of 2.5. Is typecasting only solution ...

fast 13 Jahre vor | 0

Frage


Division in stateflow is showing only integer part
I am trying to do a simple division operation in stateflow like a=5/2 but the output is coming to 2 instead of 2.5 The data type...

fast 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Storage Class issues while code generation
I have two subsystem which have the same buisness logic and hence I have made them re-usable with one function name in RTW tab. ...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


S function debugging with Visual Studio 2005
Hi, I have developed a S function of my auto-code. When I am simulating my S function the Matlab is getting crashed. So i wan...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Getting the simulation time
Hi, I am using a manual switch in my model. During simulation if i click the switch manually and switch the input i call a sc...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Scaling the y axis in the matlab plots
Hi, I am plotting certain amount of data in matlab. I want to scale my y axis in the plot. For e.g: The minimum value i want...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Accessing S function parameters through m scripts
Hi, I have a S function builder block in which there are number of inports and outports.I want to acces the list of these i/o...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to detect any unsupported character other than number
I have series of data in my excel file. But there are some unsupported characters present in the file like 1 0, 0h0,0.>68,1L1 e...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Appending data into mat file without loading
I have a variable named A in existing mat file. No I want to add some columns of data into A.But i dont want to load that mat fi...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extracting huge data from csv file
I am working on huge csv file of around 100-200 Mb's. I am trying to extract the data using COM server and activex application. ...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Scanning a CSV file
I want to read a CSV(Comma Separated Values) file in a text format and bring the entire data from CSV into Matlab environment

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to install VSFLEX.vsFlexArrayCtrl.1 activex control in my Matlab R2011a
My matlab R2011a doesnt seem to have VSFLEX.vsFlexArrayCtrl.1 activex which i want for creating tables. Please suggest me as ...

etwa 14 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I am getting this warning after applying my string to a text box.'Single line Edit Controls can not have multi-line text'
This is the part of my code after which its throwing me the warning _ set(cal_glbl_data.out_msg_solver,'String',char({'Compu...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten