Community Profile

photo

Nieves Lopez


Last seen: ungefär ett år ago Active since 2015

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Parsing text without eval
Hello, I have some strings with values that I would like to parse. The easiest way is to use the eval function. However, I can ...

ungefär ett år ago | 2 answers | 0

2

answers

Answered
simplify function does not work properly
syms kd z mean_t mean_t2 p assume(assumptions(),'clear'); assume( 3*kd*mean_t2*mean_t^2 - 2*kd^2*mean_t2^2*mean_t + ... k...

nästan 2 år ago | 0

Question


simplify function does not work properly
Hello, I have an equation with 5 variables and a condition. Once I set the condition, when I simplify the equation, Matlab retu...

nästan 2 år ago | 3 answers | 0

3

answers

Question


Function solve cannot find explicit solution with 'ReturnConditions'=true but it finds when it is false
I have three equations, which depend on several variables. I need to find the solutions on the variables x, T and T0 (expressed ...

nästan 2 år ago | 1 answer | 0

1

answer

Question


How to find the roots of a sum of divisions of polynomials
How can I find those x values in which this function becomes f(x)=0? I have 4 vectors of length N: A, B, C, D, and f(x) = sum(...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How can I efficiently select the best N items from a vector in different groups?
I need to select the best (weighted) items from several groups (days), like this days = [737399 737399 737399 737399 737400 737...

mer än 5 år ago | 0 answers | 0

0

answers

Question


How can I efficiently (with no loops) compute the mean of each column in a matrix, taking different elements from each column?
I need to compute something similar to this: M = [ 1 2 3 4 5; ... 6 7 8 9 10; ... 11 12 13 14 15]; idx = [...

mer än 5 år ago | 2 answers | 0

2

answers

Question


How can I get the commission of the operations done in Interactive Brokers through the Trading Toolbox?
The documentation in the Interactive Brokers API allows the reporting of the commissions. According to the documentation of the ...

mer än 8 år ago | 0 answers | 0

0

answers