Statistik
8 Fragen
0 Antworten
RANG
126.301
of 300.871
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.100
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.460
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
matlab script when run on simulink through matlab function block gives different outputs.
hi, I have written a matlab script for executing an iterative algorithm. I wish to make a simulink model out of it. Since, the ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi, i have to implement an algorithm in simulink. The algorithm computes some unknown parameters through a iterative approach.
I have written the .m file for this algorithm and wish to use this file as a matlab function block in the simulink model. Her...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is it possible to convert a global optimization matlab code, using multistart with lsqnonlin , in to c using codegen?
the main function calls other 4 functions when executed in matlab. Is it possible to frame this problem for codegen?
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Multstart stuck at initial point
hi, i am using multstart to fit a sinusoid of unknown amplitude, frequency and phase(in this case vector f) with a noisy sinuso...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can't turn on the jacobian for lsqnonlin
i have defined my vector objective function like this.... function [r5,jacr5] = myfunction5(N) global F1 F1 = 1...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to change the tolerance of optimization function lsqnonlin()?
I tried changing the tolerance like this.... options = optimset('TolFun',1e-8); [N,resnorm] = lsqnonlin(@myfunction5,n,[...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there an alternate for sym function in matlab 2012b?
I can't find symbolic math toolbox at all in this version. Is there any other function which serves the same purpose or can anyo...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, I am trying to run a simulation with a while loop which modifies the content of a 3 * 1 matrix in every iteration. But it is displaying this error
??? Error using ==> mupadmex Error in MuPAD command: Illegal operand [_index] Error in ==> sym.plus at 14 X = mup...
mehr als 12 Jahre vor | 0 Antworten | 0