photo

Akshat

MathWorks

Last seen: 4일 전 2022년부터 활동

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.

통계학

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

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...

10개월 전 | 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...

10개월 전 | 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...

10개월 전 | 0

| 수락됨

답변 있음
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...

10개월 전 | 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 ...

10개월 전 | 0

| 수락됨

답변 있음
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...

10개월 전 | 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...

10개월 전 | 0

| 수락됨

답변 있음
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...

10개월 전 | 1

| 수락됨

답변 있음
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...

10개월 전 | 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...

10개월 전 | 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...

10개월 전 | 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 ...

10개월 전 | 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...

10개월 전 | 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,...

10개월 전 | 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...

10개월 전 | 1

| 수락됨

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

대략 1년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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 =...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

문제를 풀었습니다


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...

대략 2년 전

더 보기