Shiv Nileshkumar Matliwala
Followers: 0 Following: 0
Statistics
15 Questions
0 Answers
RANK
212,210
of 295,467
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to get value of a Variable from dSPACE Data Dictionary using MATLAB Command ?
I have one DD opened and I would like to check each variable's Value if it is defined or not using only the MATLAB commands. So,...
6 months ago | 0 answers | 0
0
answersQuestion
How to make a function in script which can handle the bus inside bus inside bus signals and add the bus creator and bus selector pairs according to the signals ?
Suppose I have one block in which there is one bus signal coming for example 'main_bus' now this bus signal has 5 to 6 signals i...
1 year ago | 1 answer | 0
1
answerQuestion
how to compare a row of the table with other rows of that table itself for the particular Columns ?
Suppose I have a table as below, Now, in the above table first I want to check the TaskAssignment value. If it is 'Separated' ...
2 years ago | 1 answer | 0
1
answerQuestion
How to load the simulink model(.slx) into dSpace Configuration desk by only using the matlab command(API Interface) ?
I want to do the dSpace Configuration Desk Automation by using the Matlab .m script. For this I have opened the Configuration D...
2 years ago | 1 answer | 0
1
answerQuestion
How to load variable from function workspace to Base workspace ?
Suppose I have a file called file123.m and inside this file I am calling one function load_func(). Now let's assume there is o...
2 years ago | 1 answer | 0
1
answerQuestion
How to get the data type of the signal connected between bus selector and bus creator block in simulink using script (Programmatically) ?
I have two signals name 'A' and 'B' between bus selector and bus creator block inside the simulink model. Now, I want to get the...
2 years ago | 1 answer | 0
1
answerQuestion
how to find specific Folder's path ?
Suppose I have one folder called 'Tools Ordered' its path is 'C:\New\Folders\Tools\Tools Ordered' Then If I want to find this ...
2 years ago | 1 answer | 0
1
answerQuestion
how to Read Txt file(XML format) in Matlab ?
Lets assume I have text file name 'Text.txt' and I have below data in it, <Name> New_Model </Name> <Model> Model1.slx Mode...
2 years ago | 1 answer | 0
1
answerQuestion
How to find number of input and output ports of an unknown simulink model ?
I have three different simulink models Model1, Model2 and Model3. Now I am adding these all models into one single blank Model. ...
2 years ago | 2 answers | 0
2
answersQuestion
How can I load different simulink model blocks into new simulink model using Matlab scripts ?
I want to load three blocks from three different simulink models in one new model. I want to do this all by using matlab scripts...
2 years ago | 1 answer | 0
1
answerQuestion
Solver is encountering difficulty in simulating model 'new_try_model1' at time 1.7234322815991867.
I am runing my simulation with auto solver. So, It is taking ode45 as solver for my simulation. But when I run the simulink mode...
2 years ago | 1 answer | 0
1
answerQuestion
How can one calculate Differentiation of matrix array with time as first column and data as second column ?
Hello everyone, I have a problem solving the differentiation of vector. I have data with first column as time and second column...
2 years ago | 2 answers | 0
2
answersQuestion
Vector to Bus conversion
Hello all, During working on simulink model, I am stuck in one situation that, If I have a vector with around 1000 values. and ...
2 years ago | 1 answer | 0
1
answerQuestion
I have a problem in MATLAB Simulink.
So, I want to build the simulink model with "Matlab funcion" as a block. Which has input and output. Now, I have taken sine wave...
2 years ago | 1 answer | 0
1
answerQuestion
I want to make a simulation model of the given function. Can you help me ??
function y = fcn(u,t) t_span = 10 y = u(t_span-t) ; %input u = sin-wave Here, this is the matlab function inside the matla...
2 years ago | 1 answer | 0