Yoshi
Followers: 0 Following: 0
Feeds
提问
Creating three shaded regions in a loglog plot
I'm trying to create three regions with different colors on a loglog plot. I've tried implementing the patch function but every ...
8 months 前 | 2 个回答 | 0
2
个回答提问
Inserting variable answers in cells
Trying to insert the numerical value of a variable: clear; clc; syms x y z e1 = 2*x+z == 2; e2 = 2*y+z == 7.52; e...
9 years 前 | 1 个回答 | 0
1
个回答提问
Making a string and number matrix
I am trying to make a matrix which has strings and numbers such as: a b c d 1 3 4 5 5 6 7 8 9 10 11 12 where a,...
9 years 前 | 1 个回答 | 0
1
个回答提问
Putting spacing between strings
I am trying to print out something like this: A (10 blank spaces) B (10 blank spaces) C any ideas?
9 years 前 | 1 个回答 | 0
1
个回答提问
How to solve these 4 equations
Hello, I'm trying to solve these set of 4 equations and am unsure how to write them up in matlab. So far this is what I've tried...
9 years 前 | 1 个回答 | 0