photo

JuanCa


Last seen: 5 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Hydraulic and mechanic simulation of heavy construction equipment in Simulink

Estadística

All
MATLAB Answers

4 Preguntas
7 Respuestas

Cody

0 Problemas
11 Soluciones

CLASIFICACIÓN
22.035
of 301.895

REPUTACIÓN
2

CONTRIBUCIONES
4 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.447

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
39.042
of 177.188

CONTRIBUCIONES
0 Problemas
11 Soluciones

PUNTUACIÓN
120

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Revival Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How can I convert a text file (.txt) to trace (.trc)?
I ended up using Python for this process. Just formatted the file and save it as TRC. I assume you can do the same for your file...

alrededor de 8 años hace | 1

| aceptada

Respondida
How to create toggle(signal that goes from zero to one according to peaks) bit from both peaks(max value and min value) of analog signal ?
Take the output out of your implementation and connected to two different Interval Test blocks. One for max and one for min. Aft...

más de 9 años hace | 0

Respondida
[Simulink] Cannot reopen world.
It seems like you did not relate a wrl file to the VR sink block. Add a new VR Sink block and double click. Once the proprieties...

más de 9 años hace | 0

Respondida
I have a problem of my simulink model. PLEASE HELP ME T.T
In the signal that closes the loop you need to add a Unit Delay block or a Memory block

más de 9 años hace | 0

Respondida
1st attempt at learning simulink and I'm rewarding with a mess
Check in the folder you were saving your work if you have a file like either of those: model_name.mdl.autosave or model_name.sl...

más de 9 años hace | 0

Respondida
Simulink: Adding superscript to mask prompt
Just type the text as you want it in a text editor like Microsoft Word, and the when populating the information of the mask just...

más de 9 años hace | 0

Respondida
SIMMECHANICS LINK PROBLEM WITH CREO 3.0
In order to work, both MATLAB and Creo/Pro-E have to be installed using the same system type (either x32 or x64)

más de 9 años hace | 0

Pregunta


Remove/Assign products
I am trying to remove products from one license, but when I log into my mathworks account, enter the license center, enter to th...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

casi 10 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

casi 10 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

casi 10 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

casi 10 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

casi 10 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

casi 10 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 10 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 10 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 10 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 10 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 10 años hace

Pregunta


Install both 32bit and 64bit versions of Matlab on Windows 7
Hello, I am using a 32-bit R2015b on Windows 7 SP1 64-bit. I installed the 64-bit R2015b and it crashes right after launching...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change Prismatic Joint Actuation Axis
I am using a Prismatic Joint to Actuate the linear motion between two solids. The section is moving but is doing it in the Z-axi...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I convert a text file (.txt) to trace (.trc)?
I have a CAN bus recording saved as a text file. I need to get it into .trc format. Is there a tool in Matlab/SIMULINK to do thi...

casi 11 años hace | 1 respuesta | 0

1

respuesta