Feeds
提问
How to simulate huge simulink mode in GPU ?
I have a huge simulink model containing around 1500 models to perform Models in Loop simulation. I want to accelerate model bui...
7 years 前 | 1 个回答 | 0
1
个回答提问
Finding sum of all the elements in a row corresponding to an element which is less than a certain value?
I have a matrix which looks like this: [1 0 3; 9 1 5; 6 0 9; 2 4 6; 5 2 0] I want to find the sum of all the elements ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Accessing matrix columns using index which are not continuous (example:index=1,5,9,13 etc)
I have a matrix say R which is having columns corresponding to some variable & text files each of which also contains a column.I...
10 years 前 | 1 个回答 | 0
1
个回答提问
to write a do while loop to solving a non linear equation
I have three non linear equations which are : f(x),g(f) and x(g). I have to solve for x iteratively first by guessing x, substi...
10 years 前 | 0 个回答 | 0
0
个回答提问
Generating and assigning filename from one dimensional matrix to plots and saving the plots automatically
I'm having a one dimensional row matrix.Its each cell contains a string of form RF-II-1 ,RF-II-5 etc.I have to generate plot usi...
10 years 前 | 1 个回答 | 0
1
个回答提问
Storing elments of marix from text file into variables
I'm having one text file containing a matrix in which the first column is a variable lets say x ,first row is a variable lets sa...
10 years 前 | 2 个回答 | 0
