Akshat
MathWorks
Followers: 0 Following: 0
I am serving as an Associate in EDG at MathWorks. DISCLAIMER: All opinions I express on this forum are my own, and not representative of MathWorks.
Estadística
0 Preguntas
15 Respuestas
0 Problemas
31 Soluciones
CLASIFICACIÓN
2.452
of 295.467
REPUTACIÓN
24
CONTRIBUCIONES
0 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
14.963
of 153.912
CONTRIBUCIONES
0 Problemas
31 Soluciones
PUNTUACIÓN
320
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
problem with transmission block simscape
Hi @DAVIDE DE BATTISTI I understand that you are facing issues while leveraging the 'transmission' block in Simscape. Since you...
alrededor de 1 año hace | 0
Matlab converting an STL file to GLTF
Hi @Stavros Tsimpoukis I understand that you want to convert an STL file into a glTF or glb format. I recommend exploring the f...
alrededor de 1 año hace | 0
How print image to landscape PDF with minimal margins?
Hi @David W Purcell I understand that you want to print image to landscape PDF with minimal margins while maintaining the aspec...
alrededor de 1 año hace | 0
| aceptada
The plots in live editor don't show up unless I press the open in figure window option.
Hi @Dagur, I understand that you are facing issues with plots in the live editor. In reference to the code shared, the issue co...
alrededor de 1 año hace | 0
Report Table of Contents fails when transforming word to pdf
Hi @F Schmid I understand that you are facing issues in adding Table of Contents when transforming Word to PDF. I examined the ...
alrededor de 1 año hace | 0
| aceptada
Simulink- From Spreadsheet function Errors
Hi @Simon I understand that you are experiencing issues while using the 'From Spreadsheet' block. From what I understand, the e...
alrededor de 1 año hace | 0
Export 3D sphere to DXF format, or any format that geometry in Comsol receive
Hi @Yaad Ben Lulu I understand that you want to export a 3D sphere to DXF format. To achieve this, you can use the 'writeDXF' f...
alrededor de 1 año hace | 0
| aceptada
Hi, would someone be willing to assist me in resolving this error
Hi @Danikha Shyken, I understand that you require assistance in resolving an error. I investigated the screenshots attached and...
alrededor de 1 año hace | 1
| aceptada
How to make a plot of a Fourier series using the fourierSineComponents function?
Hi @Campbell I understand that you are encountering an error while plotting Fourier Sine Series. I investigated the attached co...
alrededor de 1 año hace | 0
I found out all the mask blocks in my model. Now how to remove these masks?
Hi @kuldeep kumar I understand that you want to remove masks from your model. The command stated by you in the question determi...
alrededor de 1 año hace | 0
Why Roadrunner R2023a shows empty editor after installing?
Hi @Rony Shaji, I understand that you are encountering issues while using RoadRunner 2023a. To address this, it is important to...
alrededor de 1 año hace | 0
Data Type Replacement of Boolean_T into bool (Matlab R2020b)
Hi @Eduardo Wiputra, I understand that you are seeking a method to directly translate boolean data types in Simulink into bool ...
alrededor de 1 año hace | 0
Antenna Designer test on signal rather than on scalar frequency
Hi @Alan Enrique Perez Barroso, I understand that you want to test the antenna design function with a time varying function tha...
alrededor de 1 año hace | 0
simulation not running properly
Hi @ugonna, I understand that you are facing challenges while designing an electric vehicle in Simscape. To address this issue,...
alrededor de 1 año hace | 0
MatLab is not running SPM12 on R2023b
Hi Yashvi, I understand that you are encountering an error on running SPM12 on your system. From what I can understand, this is...
alrededor de 1 año hace | 1
| aceptada
Resuelto
It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more here) asserted that readers are relatively insensitive to letter order in words, so long a...
más de 2 años hace
Resuelto
Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...
más de 2 años hace
Resuelto
De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...
más de 2 años hace
Resuelto
Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
más de 2 años hace
Resuelto
Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...
más de 2 años hace
Resuelto
Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...
más de 2 años hace
Resuelto
Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...
más de 2 años hace
Resuelto
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
más de 2 años hace
Resuelto
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
más de 2 años hace
Resuelto
Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...
más de 2 años hace
Resuelto
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
más de 2 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.
más de 2 años hace
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
más de 2 años hace
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
más de 2 años hace