CS
Followers: 0 Following: 0
Feeds
提问
Bulgarian solitaire for creating a pattern
Bulgarian solitaire is a game in which you start with a sequence of numbers that adds to k(k+1)/2 for some k. (This sum is 1 + 2...
3 years 前 | 1 个回答 | 0
1
个回答提问
Find the volume under a 3D surface
I've plotted a 3D surface of point clouds using surface(x,y,z) The plot looks like below: I want to measure the volume bel...
4 years 前 | 1 个回答 | 0
1
个回答提问
Rotate a line profile to remove the tilt (make it horizontal)
I have a profile of a line like below I want to rotate the file to horizontal like below Any idea how I can do that? ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Move to the next row when reading the .csv file using csvread()
I have a .csv file and I want to read data row by row from it. The file is attached so that you could see how it looks like. Bel...
4 years 前 | 1 个回答 | 0
1
个回答提问
having legend title and enlarging legend marker size at the same time
Initially I had a legend as like this As you can see, the size of the legend marker is much smaller than the size of the sc...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Thick border for a plot
Also, how can I increase the marker size in the legend? I found somthing realated to icons, but when I apply it, the legend tit...
Thick border for a plot
Also, how can I increase the marker size in the legend? I found somthing realated to icons, but when I apply it, the legend tit...
4 years 前 | 0
提问
Thick border for a plot
I have a plot like this As can be seen, there is no border on the right side. My questions: 1- Why? 2- How to get it sol...
4 years 前 | 2 个回答 | 0
2
个回答提问
How to solve a nonlinear equation?
I have an equation as follows x^(8.5)+3*x^(2)=3000 How can I solve for x? Thanks for any help!
4 years 前 | 1 个回答 | 0
1
个回答提问
Remove the legends for some lines in a plot
Hello, I want to plot some data points and fit a line to the data. I have done so and everything is ok; the only issue is there...
4 years 前 | 2 个回答 | 0
2
个回答提问
Read and process data of a .csv file
I have a big .csv file, including numbers and text. I want to read the data of this .csv file using MATLAB and analyze the data....
4 years 前 | 1 个回答 | 0
1
个回答提问
Read and process data of a .csv file
I have a big .csv file, including numbers and text. I want to read the data of this .csv file using MATLAB and analyze the data....
4 years 前 | 0 个回答 | 0
0
个回答提问
How to find the position of a number in an array?
I have a column vector Y which is 7306409x1 double. I want to find the position (indices) of a specifric number (8) in Y. I used...
4 years 前 | 2 个回答 | 0
2
个回答提问
Array indices must be positive integers or logical values
I am using the below code. When it gets to the line "left(j) = u - U(i-j+1)", it shows error "Array indices must be positive in...
4 years 前 | 0 个回答 | 0