Feeds
提问
Subplot with the same size
Hi, it is possible to set the same width of differents subplots? Ex: subplot(2,1,1:2) and subplot(4,1,1:4). Example: <</m...
8 years 前 | 1 个回答 | 0
1
个回答提问
Solve linear system with pre-calculated factorization
Hi, I have a matrix A and I need to factorize this matrix every iteration. But I can decompose this matrix in this form: ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Doubt in fprintf with double bar
How can I print something like this: fprintf(fileID,'>|/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/|< \r\n'); or like fprintf(fileID...
10 years 前 | 2 个回答 | 0
2
个回答提问
Char Matrix to number
Hi I used this ID = fopen(file.txt,'r'); for i=1:1000 bf = fgetl(ID); if isempty(bf) continue en...
10 years 前 | 0 个回答 | 0
