Statistica
RANK
6.376
of 295.448
REPUTAZIONE
7
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
87.5%
VOTI RICEVUTI
4
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to make sure that fsolve gives only positive values as the solution
I have L equations to solve. I am using the following code to solve : fh = matlabFunction([equn(1:L)],'vars',{[lam(1:L)]...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
Number of flops for fsolve or newton's method to solve non-linear equations
Hi, I am using fsolve() function to solve the K non-linear equations with each non-linear equation having K variables and h...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
using matlabfunction to declare variables
I have three equations with names 'equn1, equn2, equn3'. Variables in those equations are declared as : lam = sym('lam',...
circa 10 anni fa | 1 risposta | 1
1
rispostaDomanda
how many number of values when added becomes equal to B(Known value)
I have to find the X value for which \sum_(i=1)^X (i * a_i ) >= B or ( 1*a_1 + 2*a_2 + --- + X*a_x >= B ) where a_i &...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Number of flops for finding the co-variance of matrix of size K*1
Can someone please tell me what is the number of flops ( floating point operations ) required to find the co-variance of matrix ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
indexing in Mat file
I ran my .m program and saved the result in .mat file like save(['C:\Users\Public\Documents\Matlab_code\MATLAB\two_variables...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Converting 2 symbolic expressions into a function handle
I have to solve 2 symbolic expressions num1 = 0 & num2 = 0. For this , i have given the code like the following :: syms...
oltre 11 anni fa | 1 risposta | 0
1
rispostaHow do I simplify a symbolic expression into numeric output?
use MatlabFunction() to convert symbolic to numeric expression.
oltre 11 anni fa | 3
Domanda
Could not solve 2 equations using the MATLAB.
I have to solve two equations using MATLAB. For this, i have taken the equations as the following : syms x y eq1 eq2; eq...
oltre 11 anni fa | 1 risposta | 0