Community Profile

photo

José M. Requena Plens


i3M - CSIC

Last seen: 9 months 前 自 2017 起处于活动状态

Restless mind. Universitat Politècnica de València. Universidad de Alicante. https://bio.jmrp.io/

Programming Languages:
C++, C, Java, Javascript, MATLAB, Arduino
Professional Interests:
Signal Processing, Fluid Dynamics, Engineering, Acoustics, Noise and Vibration

统计数据

All
  • Thankful Level 2
  • 5-Star Galaxy Level 4
  • Knowledgeable Level 2
  • First Answer
  • Thankful Level 1
  • Personal Best Downloads Level 2
  • Explorer
  • GitHub Submissions Level 3
  • First Review
  • First Submission

查看徽章

Content Feed

排序方式:

已回答
How to convert these equation to MATLab code
You can use Triangular Pulse Function.

3 years 前 | 0

已回答
Plot color is different to the color being shown on the legend
The problem is in your first plot. the 'yline' function must not be inside the plot function. Using your code, the correction ...

3 years 前 | 0

| 已接受

已回答
How can I get rid of the error "The value assigned to variable 'n' may be unused"?
In the lines where this warning appears, add the following comment: %#ok<NASGU> I have not gotten the warning with your code. ...

3 years 前 | 1

已回答
Limits of app-designer spinner input field
Limits cannot be assigned equal. I would first check the value of 'max (cruiseList)', if it is lower or equal to 1 I would not ...

3 years 前 | 0

| 已接受

已回答
Plotting the iso-surface in a specific range of values
You need ISOCAPS with 'enclose' option. Using yor code. To plot values greater than 0.1: data = smooth3(porosity_median,'bo...

3 years 前 | 0

| 已接受

已回答
How do I populate a custom table in a Simulink Mask?
Hello, I don't understand how it can't work like a normal table. I leave here my code to be able to work with the table in Matl...

3 years 前 | 0

提问


[SIMULINK] Sound interface, multiple inputs and outputs
Hello, I am using Simulink to emit and receive signals with a sound interface with multiple inputs and outputs (8 inputs / 20 o...

3 years 前 | 2 个回答 | 0

2

个回答

提问


[Simulink] Play and record audio simultaneusly
Hello, I'm trying to design a model that can play and record sound simultaneously, something like the audioPlayerRecorder objec...

3 years 前 | 1 个回答 | 0

1

个回答