Statistik
RANG
5.102
of 297.016
REPUTATION
10
BEITRÄGE
21 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
61.9%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
what is fixed-point in a simulink model? how to do it?
It should be used to improve performance of generated code. You can find more information here: http://uk.mathworks.com/he...
etwa 9 Jahre vor | 0
Frage
How to use Haar wavelet decomposition to do sress analysis ??
Many Thanks in advance. In an article I read about electric aircraft emergency power system, the stress analysis is performed...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
polynomials summation equation solving
Hi There, I want to write a code to solve the following two polynomials to write them in Simulink block] <</matlabcentral/an...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab Code into Simulink Help
I want to put the following code into Simulink. I tried MATLAB Function block but it gives me many errors. May be a S-Function b...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to decide time step of a Simulink model contains different sub-models with different time step
If i have different sub-models with different time steps, the global simulation time of the overall model should be defined by t...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to decide time step for simulink model contains submodels with different response time ?
I made a Simulink model to represent Ship performance which contains submodels. Each submodel represents a certain component of ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to convert 18 digits timestamp to readable date and time in MATLAB
I have data with a time step consists of 18 digits such as 634019142119225390. This date should be in February 2010 by the way. ...
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
import constants to simulink
I want to import some constants values from workspace to simulink. For example i will write A=10, B=7, C=8 in an m.file then ...
fast 10 Jahre vor | 3 Antworten | 1
3
AntwortenDifference between Integrator and accumulator
I want to ask the same question.
fast 10 Jahre vor | 0
Frage
variable in if statement is undefined on some execution paths
function RA = fcn(density, V, L, Cb, Tf, Abt, B, T, hB, S) if (Tf/L) <= 0.04 c4=Tf/L; elseif Tf/L>0.04 c...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Simulink DC motor model units confusion
Hi there In the DC motor simulink model in the following link, there are two versions one for simulink and the other for Sims...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How MATLAB move between discrete measurements
Hi there when we have discrete measurements of speed or temperature, based on what MATLAB draw a scatter curve between these ...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
change the output gradually over the time step
Hi There I am using this code in simulink to randomly generate numbers from 1 to 10 based on its probability and it works fin...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
output variable size matrix, while its specified type is something else.
Hi There I want to generate random number based on its probability and i found the following code online for time1=0:10:1...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortHow can I form equation from my data?
You should think about regression to get a relation between these 4 variables and the rate of reaction. If you don't know about ...
mehr als 10 Jahre vor | 0
| akzeptiert
how to plot a graph of three parameter??
i am not sure what is your question exactly but you may find your answer in this link http://www2.math.umd.edu/~jmr/241/surf...
fast 11 Jahre vor | 0
| akzeptiert
Frage
How to read Simulink inputs from Matlab ?
Hi all I am trying to model some mathematical equation in Simulink where some of the inputs are constant number, some are var...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
simulation takes so long and memory problem at the end
Hi all, I am trying to simulate the performance of a motor and a battery. in the first model i attached the motor directly...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
obtain different results for the same Simulink model between 2012 and 2013
Hi all i am trying to simulate this electrical model but i have different results between 2012 and 2013. for the same input a...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Simulink- Battery discharge constant load
Dear All, i want to apply a constant load on a battery in a Simulink model. for example, i have a load of 45 watt and a l...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Not enough input arguments
i want to calculate rpm when two values approximately the same TT and T this is the code function rpm =zzzzzz(modelspeed...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
what is wrong with my 'For' loop
this is my FOR loop code clear all clc close all v=0.5; d=0.1; density=1000; w=0.446; t=0.2; rr=30.494*v^5-86.479*v...
mehr als 11 Jahre vor | 2 Antworten | 0
2
Antwortenwhat is wrong with my 'While' function
Thank you all very much for your help and replys
mehr als 11 Jahre vor | 0
Frage
what is wrong with my 'While' function
i want to increase (n) until TT=s v=0.5; d=0.1; density=1000; w=0.446; ...
mehr als 11 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
Nonlinear least square regression
i have (x , y) data the function between x and y is y = 0.392* (1 - (x / b1) .^ b2 i want to use nonlinear least square re...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Nonlinear least square regression
Hi all i have 17 observation (x and y) the relation between them as follows y = 0.392 * (1 - (x / J)) ^ i i want to use ...
mehr als 11 Jahre vor | 1 Antwort | 0