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.
Statistics
RANK
2 452
of 295 448
REPUTATION
24
CONTRIBUTIONS
0 Questions
15 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
ungefär ett år ago | 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...
ungefär ett år ago | 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...
ungefär ett år ago | 0
| accepted
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...
ungefär ett år ago | 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 ...
ungefär ett år ago | 0
| accepted
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...
ungefär ett år ago | 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...
ungefär ett år ago | 0
| accepted
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...
ungefär ett år ago | 1
| accepted
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...
ungefär ett år ago | 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...
ungefär ett år ago | 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...
ungefär ett år ago | 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 ...
ungefär ett år ago | 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...
ungefär ett år ago | 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,...
ungefär ett år ago | 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...
ungefär ett år ago | 1
| accepted
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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 =...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago