photo

Miroslav Mitev


Last seen: nästan 3 år ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

11 Questions
0 Answers

RANK
26 560
of 297 457

REPUTATION
1

CONTRIBUTIONS
11 Questions
0 Answers

ANSWER ACCEPTANCE
81.82%

VOTES RECEIVED
1

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


How to evaluate a unknown variable?
I am trying to evaluate a specific variable, i.e., lambda from the following expression: alpha=0.9; g=[3, 2, 1]; N=10; P=5; ...

mer än 5 år ago | 1 answer | 1

1

answer

Question


For loop with Else statement
Hi all! I am running a loop of the form: RR=flip(1:100); CC=0; threshold=3000; for i=1:100 if CC<threshold ...

mer än 6 år ago | 3 answers | 0

3

answers

Question


EVAL do not display OUTPUT
Hi all, I am using eval function but even if I put semicolon ";" at the end of the line Matlab shows the output in the comman...

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

1

answer

Question


Fsolve with constraint for positivity
I have the following function: function y = fun(x) b=1:5; for i=1:5 s(i)=sum(1./b(i:end).^2); end y(1)=...

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

1

answer

Question


Automatic double to complex double ?
I have the following vector: vector =[ 3 2 1 -1 -2 -3 ]; And I would like to take the log of it. When I am try to do tha...

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

2

answers

Question


How can I save vector values that changes its size each iteration?
I have the following type of code: while i<10 i=i+1; while ... C=... end B(i,:)=C; ...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


Extract row each iteration
I would like to extract a 1-row vector "K" that changes each iteration and create a matrix "C" with rows equal to the vector. I ...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


fsolve for 2 equation with 2 variables
Here is my function, in order to shorten the expression here I add *A* and *B*, but in my original function they are inside *F(1...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


While loop in While loop: Problem
The code does not work properly. It stops after 2 iterations, instead it should make much more. The idea is: For each main lo...

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

0

answers

Question


While loop: value increases, break if not.
Is it possible to use while loop that checks if the variable is increasing each step and break if not? Or I have to use for l...

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

1

answer

Question


Removing specific elements from vector
I have an exponentially distributed vector "F" with "M" values. I need to remove "K" amount of values from "F" starting from the...

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

1

answer