Feeds
提问
M-files opening in new instances of MATLAB during each click: Mac computer
Is there a fix for file associations in a mac (m-files don't open up in MATLAB but open up in a new instance of MATLAB instead...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to create a white mask?
I am using the below code to overlay a black, elliptical mask around an imported photo. Rather than having the imported photo su...
6 years 前 | 1 个回答 | 0
1
个回答提问
heatmap gradients: change intensity
I have created a heatmap with coordinates on an image. The problem is that coordinates that are near each other are appearing mo...
9 years 前 | 1 个回答 | 0
1
个回答已回答
How to repeat a row by a certain factor
This is very helpful. Is there a way to preserve the structure so that it is in the format: A_New=[2 2 2; 2 2 2; 3 3 3; 4 4 4...
How to repeat a row by a certain factor
This is very helpful. Is there a way to preserve the structure so that it is in the format: A_New=[2 2 2; 2 2 2; 3 3 3; 4 4 4...
9 years 前 | 0
提问
How to repeat a row by a certain factor
I have this sample matrix: A=[2 2 2; 3 3 3; 4 4 4]; I would like to multiply each row by a certain factor (in this specifi...
9 years 前 | 2 个回答 | 0
2
个回答提问
bolding x axis label in a subplot figure
I am trying to make the x-axis label bold in a subplot, such as the one below. The Y axis labels are bold but the bold command d...
10 years 前 | 1 个回答 | 0