Feeds
질문
How to search and extract text segment from a character array?
I have some text in a variable namely 'hdr'. From the workplace I see the type of the variable being a character array. From t...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How to convert the data from three array: x,y,z into mesh format
Hi, I have three 1D-arrays x,y,z. They have exactly equal length, but *the data don't have any analytical expression*. In order...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Coupled differential equation in MATLAB
I need to solve the following differential equation which depends both on time and space- <</matlabcentral/answers/uploaded_f...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
I know the coordinates of boundary points of a 2D object. The shape of the object is completely arbitrary (one example is shown in figure). How can I calculate it's center of gravity using MATLAB?
<</matlabcentral/answers/uploaded_files/77985/untitled3.png>>
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Reading text file leaving the comment section, extract multiple numerical data from it, and put them in respective variable
At the start of a text file there are few lines of comments with a style "#". After them I have floating point data correspondin...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
I want to create a block matrix using some loop (and logical conditions). I wrote the following code that works when "p" and "q" are numbers. How can I make it work in the same way, when "p" and "q" are matrices?
I want to create a large matrix c, where p, q and r are small matrices (of same size). The form of "c" shown here is not fixed, ...
거의 9년 전 | 답변 수: 2 | 0