Feeds
提问
What's the difference using .* and *, or ./ and /?
Hi when do I know to use the . in dividing or multiplying? Originally, I had thought to use .* or ./ if we are doing element-by-...
10 years 前 | 1 个回答 | 1
1
个回答提问
Solving Matrix Equations Using \
Hi, I have a question which involves using the \ on matrix equations where AX=B. The matrices that I have are: A= 0.1750 ...
10 years 前 | 2 个回答 | 0
2
个回答提问
Exponential Function without exp() function
Background info: The exponential function can be defined. but i keep getting wrong values.
10 years 前 | 1 个回答 | 0
1
个回答提问
How to put a script into another script
Hi, I've written a for loop called My_Factorial.m and I want to put it into a new script file. For example: the equation is ...
10 years 前 | 1 个回答 | 2
1
个回答提问
Exponential Function using Taylor series
Hi, I've been trying to write a code which has a row vector input of numbers (x in my code) and the output is row vector e^x (y ...
10 years 前 | 1 个回答 | 0
