Statistik
RANG
3.533
of 295.467
REPUTATION
15
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
4
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How MIL,SIL is a Closed Loop Testing ?
Broadly speaking when you create a controller model for validation of the logic you connect the output of your controller to a p...
mehr als 9 Jahre vor | 0
Gelöst
Concatenating strings
* Write a statement that assigns fullName with firstName, a space, then lastName. Ex: If firstName is Alan and lastName is Tu...
fast 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 ...
fast 10 Jahre vor
Gelöst
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
fast 10 Jahre vor
Gelöst
Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...
fast 10 Jahre vor
Gelöst
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
fast 10 Jahre vor
Gelöst
Count number of words in string
Count number of words in string E.g. 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
fast 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:...
fast 10 Jahre vor
Frage
Is it possible to restrict simulink from changing my solver setting to fixedpoint ?
Is it possible to restrict simulink from changing my solver setting to fixedpoint. I have a model with no continuous block bu...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenHow to compare the first row first column value to the first row second column value in excel . eg: 3 4, 5 6, 7 8 : i need to compare 3 with 4 then assign 2 to that row ie., which column has high value that column number is assigned to that row.
I did not get the use case of the question however , the following code does exactly what u need. Hope this helps. cnt...
fast 10 Jahre vor | 0
Frage
Can we create SImulink DataDictionary from command window through APIs.
I wish to Automate simulink Data Dictionary creation by reading the parameters from excel and creating simulink object and the...
fast 10 Jahre vor | 1 Antwort | 1
1
AntwortConditional formatting in Excel 2010 from MATLAB
Excel = actxserver('excel.application'); WB = Excel.Workbooks.Open(File_Path,0,false); for j=1:length(Result_Frm_Scope) ...
etwa 10 Jahre vor | 1
| akzeptiert
how to open *.txt files with variable names
Consider an array VarName = [A,B,C]; for i=1:3 str = strcat('fopen(''',VarName(i),'.txt','wt'); eval(str); end...
etwa 10 Jahre vor | 1
How to enable the ruler in GUI?
Goto:- Tools -> Grid & Rulers ->Check Show Ruler CheckBox.
etwa 10 Jahre vor | 1
| akzeptiert
how to correctly prompt user to enter only 1 real number,numeric value,that is within range...?
Given a combination of number and char, num2str will give you empty matrix [], thus u cant compare tha to your range. i sugge...
mehr als 10 Jahre vor | 0
Frage
Is it possible to make SIngle Parent GUI using GUIDE, having multiple tabs for various functionalities?
I want to make a parent gui which should have four tabs for four functions ,also Each tab has its own set of input and Actions. ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
Antwortenhow many parameters can accept a function in MATLAB?
I have tried with 13 parameters and it worked. The error that u have mentioned will appear if your calling function is passin...
mehr als 10 Jahre vor | 0