photo

bo bo


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
296,772
of 301,788

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,421

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,567

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to get the index of d_{ji} of a sparse matrix in mex file ?
Thank you for your comments! For example, d = sparse([0 1 0 2 0; 3 0 0 0 0; 0 0 5 0 0; 4 0 0 0 0; 0 0 0 0 0]); the pointer ...

9 years ago | 0

Question


How to get the index of d_{ji} of a sparse matrix in mex file ?
Given a n*n sparse matrix d (d cannot guarantee symmetry), the structure of sparse matrix in mex is: ir, jc, pr, where jc stores...

9 years ago | 1 answer | 0

1

answer

Answered
Matlab crashed when call mexCallMATLAB
Hi, James, the following code in your answer still crashed. #include <stdio.h> #include <stdlib.h> #include <...

9 years ago | 0

Answered
Matlab crashed when call mexCallMATLAB
Thanks James very much! In fact, my problem is as follows: I have two temporary sparse array variable d and b in my code. d and...

9 years ago | 0

Question


Matlab crashed when call mexCallMATLAB
I want to create a new sparse matrix and pass the value of the input sparse matrix to it, and then call mexCallMATLAB to get its...

9 years ago | 3 answers | 0

3

answers