MENGZE WU
Followers: 0 Following: 0
Statistiques
15 Questions
0 Réponses
RANG
92 918
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
15 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
46.67%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Maximum time of tic-toc function
I was measuring data every 10 minutes for a week. In every measurement, I also need to record current time (don’t need be very a...
23 jours il y a | 1 réponse | 0
1
réponseQuestion
Simlink pulse generator rise/fall time
How can I specify rise/fall time for the pulse generator in the simulink? If it can't be done, is there anyway to generate squar...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Memory and Storage issue for parallel simulation
I use parrellel simulation to simultate my simulink model. The simulink model needs to run 1200 times, and each run the it will ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to specify RelTol and Maxstep parameters for parsim?
I tried to set RelTol and MaxStep parameters for parsim, but simulation manager said Invalid setting for block_diagram parameter...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to optimize this code for running time?
The first for loop in this code runs really slow, is there a way to optimize it? Thanks for any help. clear all M = 500; fs...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to disable Simulink rapid accelerator build summary?
I'm running a simulink model using malab script, and the model is called within a for loop which need to run 100 times. Since I'...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Frequency domain convolution of system impulse response
I have a system impulse response H(s) = 1/(1+10^-6*s) and a rectangular pulse. I have the spectrum of both of them. I want to se...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
frequency domain convolution problem
I have two rectangular signals in time domain, both of them have amptitude of 1, but different width. The signal 1 have width of...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Simulink optimizer solve for largest value
HI, I have a simulink model with four bonded input and one output. Is there any optimizer that can help me get the maximum valu...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
What optimizer should I use?
I have a function f(T, R1, R2), where R1 and R2 are in the range of (0,20], and I want get R1 and R2 value to make f() as samll ...
plus de 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
Solve nonlinear equations with condition
syms a1 a2 eqns = [1-2*cos(5*a1)+2*cos(5*a2) == 0, 1-2*cos(a1)+2*cos(a2) == pi/5]; vpasolve(eqns, [a1 a2], [0 pi/2]) Hi...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
MATLAB real-time filtering implement
How can implement a real-time filter in matlab. My goal is to design a filter with 100Hz cutoff frequency and 1dB attenuation in...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
MATLAB cancel installation problem
I was install MATLAB 2018b, during the installation process, when it was download some toolbox, I click the cancel botton and ca...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
textread function parameters help
Data = textread(fullfile(fNames(i).folder, fNames(i).name), '', -1, 'headerlines', 2); I got this matlab code, however, I can't...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Solving equation problem with constrains using the Optimization Toolbox
I have a problem with handful of variables and constrains, it look a lot like this one: Set Up a Linear Program, Problem-Based ...
environ 3 ans il y a | 1 réponse | 0