photo

Ishu


Last seen: 2日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
contour plot required for this code
Hi Minati, When plotting contour plots, the inputs "X" and "Y" must be strictly increasing or decreasing if they are specified ...

3ヶ月 前 | 0

回答済み
Signifcant numbers set in a MATLAB report generator
In the above code you are attempting to index into a MATLAB table with a single subscript, which MATLAB does not allow for table...

3ヶ月 前 | 0

回答済み
help me what is the error in the code not able to plot
Hi Anitha, Given your clarification about the error, it is occurring with the "bvp4c" function due to "Too many input arguments...

3ヶ月 前 | 0

回答済み
Figure Rotation In 3D
Hi Subhiksha, When you rotate a 3D graph using the "Rotate 3D" option from the toolbar in the MATLAB figure window, the "Azimut...

3ヶ月 前 | 0

回答済み
System throws an error when attempting to send email from Matlab
Hi Sudharsan I understand from your message that the connection to the SMTP host was refused, likely because the "sendmail" fun...

3ヶ月 前 | 0

回答済み
How to assign a value to a variable in an equation
Hi Arash, I understand that your "dataTrain" expression contains a symbolic variable "z" which you want to replace it with some...

3ヶ月 前 | 0

回答済み
E-mail Alert thingspeak for outlook
Hi Marcelo, I understand that you want to send alerts to your "Outlook" mail whenever your alert conditions are met. You can f...

3ヶ月 前 | 0

回答済み
quadratic curve from matrices determinant
Hi Laura I understand that you want to determine the type of quadratic curve from a given quadratic curve with the help of matr...

3ヶ月 前 | 0

回答済み
I get an error saving a new React App in ThingSpeak.
Hi Gary, I understand that you are getting an error when the new "React" has similar Test Frequency, Actions and Options as an ...

3ヶ月 前 | 0

| 採用済み

回答済み
Thingspeak cannot update data
Hi Meagan, It appears you're encountering issues updating fields in your ThingSpeak channel. To perform updates, you must use t...

3ヶ月 前 | 0

回答済み
'Error in port widths or dimensions' I can't solve it
Hi 건우 , I understand that you are encountering an error in the feedback loop and while using the "Sum" block.. The most common ...

3ヶ月 前 | 1

回答済み
Fail to start parpool
Hi Sara, I understand that you are getting problem in using "parpool" of MATLAB. To use the "parpool" you must have "Parallel C...

3ヶ月 前 | 0

回答済み
How can I do faster a loop using the GPU? (GPU: RTX 3070)
Hi Sandra, I understand that you want to make the comutation for "for" loop faster. To make the computation faster you can use ...

4ヶ月 前 | 0

回答済み
deriving a position matrix
Hi Tim, In order to derive the velocity matrix from the position matrix you need to differentiate position matrix with respect ...

4ヶ月 前 | 0

回答済み
Kinect V2 adapters not recognized
Hi Noa Bar, I understand that you are encountering an error while attempting to install the "Kinect Support Package." When yo...

4ヶ月 前 | 0

回答済み
for loops vectorization for GPU
Hi Youngjin, I understand that you want to use GPU computation in MATLAB. To use GPU computation you can convert your normal ar...

4ヶ月 前 | 0

回答済み
Having difficulty in plotting the frequency components of x1, x2, x3,x4 from a mat lab file
Hi Hailey, I understand that you are getting difficulty in plotting 2D graphs in MATLAB. And from the given data I am assuming ...

4ヶ月 前 | 0

回答済み
Use struct to set symbolic dimension of Simulink bus element
Hi Khushal, I understand that you are trying to set the "Dimensions" property of "Simulink.BusElement" as a variable. You can u...

4ヶ月 前 | 0

回答済み
When I press next question, it doesn't go to the next question
Hi Thomas, I understand that you are not able to go to next question when you press the "next" button and I am assuming that th...

4ヶ月 前 | 0

回答済み
How to generate new data in the existing Tabs using app design from MATLAB.
Hi Vaseema, I understand that you want to create a "Enter" button in every tab using which you can display "Number of boys" and...

4ヶ月 前 | 1

| 採用済み

回答済み
Partitioning and removing an array of data
Hi Ronak, Here you are dealing with a struct "thegrid{1}" which has two fields "coordinate" and "points". In the loop you are i...

4ヶ月 前 | 0

回答済み
Error: Index exceeds matrix dimensions. Error in Edesign8_2 (line 21) plot(real(z(i)),imag(z(i)),'o')
Hi Jerrod, I understand that the issue you're encountering with the code breaking when the stopband frequency "Ws" exceeds 1.2 ...

4ヶ月 前 | 0

回答済み
how to add a table (figure) and display my text into 5 lines ?
Hey, I understand that you want to create a table and fill it with the output of the above code. For that first you need to cre...

5ヶ月 前 | 0

回答済み
Not able publish the code using MATLAB online
Hi Sonu, The steps to use "pubish" function are same for both MATLAB desktop and online versions. First you have to create a .m...

6ヶ月 前 | 0

回答済み
Publish function inside a package
Hi Davide, You are getting this error because "publish" function is used to publish the documentaion of files so as an argument...

6ヶ月 前 | 0

回答済み
Publish class method when using separate files
Hi Bradley, The "publish" function is typically used to convert scripts that contain markup into formatted documents, such as H...

6ヶ月 前 | 0

回答済み
Can I separate a symbolic expression into real and imaginary components?
Hi Anthony, In order to separate real and imaginary parts from an equation you can make use of "real" and imag" functions of MA...

6ヶ月 前 | 0

回答済み
Cannot solve algebraic loop involving
Hi Phan, As you can clearly see in the error message that when you simulate the model an algebric loop is detected and hence an...

6ヶ月 前 | 0

回答済み
How to globally set the default font for contour labels?
Hi Phelype, As "clabel" attributes are specific to contour plot only, and are produced after the contour plot is produced so ac...

6ヶ月 前 | 0

回答済み
How can i get a symbolic equation to a matlabFunction handle without the RootOf Problem
Hi Thomas, If you check your "ht" value then it contains the expression of root. As "matlabFunction" is not able to resolve sym...

6ヶ月 前 | 0

さらに読み込む