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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
