Bug when using min() with sparse matrices?
Hi,
I translated one of my Matlab routines to C and now I've encountered a really strange behaviour which seems to be a bug. M ...
9 years ago | 1 answer | 0
1
answer
Question
creating a temporary variable
This is a quick question. Compare
A = sparse(...);
B = A - C;
and
B = sparse(...) - C;
Memory-wise spoken, is there...
opts.issym in eigs() - meaning
Hello everyone,
I'm having trouble understanding the meaning of an option. In eigs(), one can set the option opts.issym, which ...
9 years ago | 2 answers | 0
2
answers
Question
Best way to save big matrices
I'm looking for the best way to save big (both full and sparse) matrices in files. What I need to be able to do is:
- Read on...
9 years ago | 1 answer | 0
1
answer
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.