photo

Amir RF


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 2
  • Community Group Solver
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Index exceeds the array element number
Dear Yanjika, Please check size(firing_rate_excel) Then you can decide the iteration variable either as size(firing_rate_ex...

4 years 前 | 0

| 已接受

已回答
Error: File: puma560.m Line: 12 Column: 56 Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
Dear balakrishna, In T1, T2, T3, and T4 you made a typo. If you want to continue the vector, equation,... you should use "..." ...

4 years 前 | 0

已回答
Index exceeds the number of array elements (1) using transfer function
Dear Lucy, I run your code and I did not get any errors. Your error may be in your earlier code line (where you define s). B...

4 years 前 | 0

| 已接受

已回答
What's the meaning of 2.7830e-09?
Hello Dear Heya, This is the scientific notation for the parameter. You can convert it to a number by using: format long G or...

4 years 前 | 1

| 已接受

已回答
convert smaller number to large number in matlab
Hello Dear Ran, You can use following code: fprintf('%.0f\n', result) I hope this answers your question. Best,

4 years 前 | 1

已回答
How do I stretch the time of a signal locally ?
Hello Dear Farzad, If I understand your question correctly, your original signal is a 100 sec signal and you want to expand som...

4 years 前 | 1