Feeds
提问
How to I read excel file and create a 3d plot?
I am trying to read data from an excel file and create a 3D plot. In the excel file the first row is different temperatures used...
2 years 前 | 1 个回答 | 0
1
个回答提问
How do I create a 3D plot using the messgrid command from data within an Excel file?
I need help creating a 3D plot using data from an excel file. I went to have the three axis be temperature, frequency and Epsilo...
2 years 前 | 2 个回答 | 0
2
个回答提问
Euler's number syntax in matlab
How do I type euler's number in matlab for the follwing function with t being an input of vectors and xN should be the same size...
5 years 前 | 2 个回答 | 0
2
个回答提问
How to remove Zeros in the array
r=5; for x=1:r for y=1:x A(x,y)=x.*y; end end In this code I want Matlab to print the multiplication tab...
5 years 前 | 1 个回答 | 0
1
个回答提问
Matrix dimensions must agree error when using element operators
I am confused on why I keep getting the error "Matrix dimensions must agree.". I am using element operators for the variable s_g...
5 years 前 | 1 个回答 | 0
