Feeds
질문
How to load Excel .xlsx and .mat files into Matlab?
I was able to import a .xlsx file and a .mat file containing data that I need to use for my code. However when I use "load FileN...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to find the maximum value of a function?
The function is: f=sin(x)+sin(x*2) and I want to find the scalar maximum and this is my code as of now. f = sin(x)+sin(x*2); ...
5년 초과 전 | 답변 수: 3 | 0

