
Jesús Zambrano
C, MATLAB, Arduino, VHDL
Spoken Languages:
English, Spanish
Professional Interests:
Modeling, Stateflow, Code Generation, Verification, Testing, and Certification, HDL Code Generation from Simulink
Statistics
1 질문
148 답변
12 문제
524 해답
순위
377
of 260,044
평판
180
참여
1 질문
148 답변
답변 채택
100.0%
획득한 표
22
순위
182
of 111,597
참여
12 문제
524 해답
점수
6,028
배지 수
15
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
I have probleme in simulation could you help me
I see that the Fcn block highlighted in yellow (giving the error message) is part of a closed-loop, where in order to get a resu...
5달 전 | 0
In Simulink, how can I put the signal line on the lateral side of add block?
Using the Sum block, double-click on it and you can set the "List of signs" with a combination of verticla lines and pluses, for...
5달 전 | 0
해결됨
Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...
6달 전
해결됨
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
8달 전
해결됨
Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...
8달 전
해결됨
Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.
8달 전
해결됨
Polynomial division
Divide a polynomial u by polynomial v and return the quotients only. Example: u = x^4+3*x^3+5*x+3 v = x^2+1 Answer: ...
8달 전
How can I plot the frequency response of the equation below using MATLAB?
Hi Victor, Please try: tf1 = tf([2e9],[10 1]); tf2 = tf(1, [100e3 2e9]); mytf = tf1*tf2; bode(mytf) where each vector in...
9달 전 | 0
Conversion of Simulink Model to previous version
Go to the Simulation Tab and do: Then, select the release version:
9달 전 | 0
| 수락됨
How can I install MinGW for use in a new version of MATLAB?
Go to the Add-Ons explorer and type mingw64. Then, proceed with downloading and installing the compiler.
9달 전 | 0
How to define the variables as 'Global variables' within a Matlab Function block in Stateflow?
A way to solve this question could be by: First, in the chart properties, set the "Export chart level functions" and "Treat exp...
9달 전 | 1
해결됨
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
9달 전
Can you use SIL/PIL on a combined MATLAB/Simulink model?
Hey Joshua, You can place your MATLAB code in a MATLAB function block. This block can be part of a Simulink model, and you can ...
10달 전 | 0
Least-Squares FIR Filter Design
Hey Ori, Please find different examples of how to design and apply digital filters in the following link to the documentation ...
10달 전 | 1
해결됨
Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...
10달 전
해결됨
Small Riddle
Mr. Smith has two children. If the older child is a boy, what are the odds that the other child is also a boy?
10달 전
해결됨
Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.
10달 전
해결됨
Sum of logarithms
Given a vector, v, of real positive numbers, compute the sum, s, of the base-10 logarithms of the elements of v, without the use...
10달 전
해결됨
Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!
10달 전
해결됨
Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).
10달 전
해결됨
Mann-Kendall Correlation
Write a function that returns the <http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient Mann-Kendall> correlati...
10달 전