Feeds
提问
Putting one matrix a varying number of times along the diagonal of another matrix
I have a matrix A which is 6x6. I need to create another matrix where A is along the diagonal with the other entries being 0. I ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Indexing parts of a string that occur in every x characters
I have a string of data that goes on for a while. I want to index a certain value that occurs after the same number of character...
3 years 前 | 1 个回答 | 0
1
个回答提问
Extracting data from text file only between certain words
I have a really big text file with a ton of data. I only want some of the information. In this case, it's grid properties, which...
3 years 前 | 3 个回答 | 0
3
个回答提问
Creating callable function with prompts
This is pretty simple, but I'm new to MATLAB. I created a bunch of user prompts that will define variable names based on user in...
3 years 前 | 1 个回答 | 0
