photo

Naman Bhaia


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

Statistiques

All
MATLAB Answers

0 Questions
44 Réponses

Cody

0 Problèmes
54 Solutions

RANG
1 133
of 300 381

RÉPUTATION
66

CONTRIBUTIONS
0 Questions
44 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
8

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
10 775
of 168 477

CONTRIBUTIONS
0 Problèmes
54 Solutions

SCORE
560

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • 3 Month Streak
  • Commenter
  • Solver
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to make Embedded coder use isnan C-API than implementing custom code?
I believe Code Replacement Customization can be the possible solution. To implement that, you could develop a code replacement ...

plus de 6 ans il y a | 0

Réponse apportée
How do I find the lowest values in one array that are greater than each value from another array?
Hello Liam, Can you try if the following code helps with the problem you have? z=zeros(1,0); %defining an array z to store out...

plus de 6 ans il y a | 0

Réponse apportée
How to make a diamond with asterisks?
Hello Juan, I believe a question similar to yours has been answered in this MATLAB Answers thread. Check and see if it helps wi...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
coder.checkGpuInstall() error
Hello Xabier, Can you check if the gpu build details you want is returned by the gpuDevice command?

plus de 6 ans il y a | 0

Réponse apportée
I want to plot a graph as shown below, For that non linear system, i have written a Matlab script but i can't really identify how do i plot such graph.
Hello Yash, If issue you are facing is in plotting the graphs in one figure, you can use the hold command while plotting. And...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Please help! Trying to convert greyscale image back to rgb. error "rbg" not defined when using conversion code.
I think it is saying 'rbg' not found becuase it seems to be a typographical error. Try 'imshow(rgb)' and see if it solves the is...

plus de 6 ans il y a | 0

Réponse apportée
How to start code generation programmatically
Hello Christer, Check and see if these documentation links help: Embedded coder MATLAB coder Simulink coder Also you can us...

plus de 6 ans il y a | 0

Réponse apportée
How to plot A Curve That Connects The Highest Values in Y-Axis
Hello Yaser, I believe the issue you are facing can be solved in two steps: Find the maximum value corresponding to each value...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Can I fix the figure(plot size) with axis limit changed?
Hello Soonwoo, I think the issue you are describing can be bypassed by fixing the figure size. You can visit this MATLAB Answer...

plus de 6 ans il y a | 0

Réponse apportée
Change units of colorbar
Hello Andres, What I understood from your question is that you just want to change the X-axis labels. Since you said that you a...

plus de 6 ans il y a | 0

Réponse apportée
Help "Page not found" after installing a new version
Hello Michael, As far as I could understand a similar question has been posted on MATLAB Answer. You can see the thread here an...

plus de 6 ans il y a | 0

Réponse apportée
Importing excel data in a loop
Hello Muhammad, I think that what you are referring to is a dynamic link between MATLAB and Excel. And for this query I found a...

plus de 6 ans il y a | 0

Réponse apportée
How can i change Installation and Activation log files location?
Hello Marc, As far as I understood, you want to know the location for the Installation log file and the activation log file. Fo...

plus de 6 ans il y a | 0

Réponse apportée
Universally setting the y direction of plots when doing any kind of image analysis
Currently this is not possible but I think it will be made available in future releases.

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How to find and plot the centroid of a curve I plotted
Hello Tarek, As far as I understood, the issue you are facing could be broadly defined as plotting the centroid for any curve. ...

plus de 6 ans il y a | 0

Réponse apportée
Problem in Implementing exponential transfer function
Hello Rahul, From what I can understand, you can do the following as an alternative to using MATLAB script 1. There can be two...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
MatLab won't start up
Hey Freya, Can you try running MATLAB as administrator from you D:/ installation? Without any further details on the error I t...

plus de 6 ans il y a | 0

Réponse apportée
how to generate two primo numbers?
Hey Shulei, I am assuming you wanted two prime numbers and with the following conditions: M/2<p1<M 2<p2<M I suggest you use ...

plus de 6 ans il y a | 0

Réponse apportée
Need help FOR loop question 3
Hey Reynaldo, Try the following code as an answer for i=1:5 new_A(i) = A(i)+i; new_B(i) = B(i)-i; new_C(i) = C(i)*i; new_D...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How to remove stock prices that falls on weekend ?
Hey Sana, After you have generated the logical vector you can use that logical vector as index positions to eliminate the value...

plus de 6 ans il y a | 0

Réponse apportée
plotting multiple brownian motions curves on the same plot
Hey Katie, According to my understanding you are generating only one plot. If you want to plot a graph for each iteration of th...

plus de 6 ans il y a | 0

Réponse apportée
Computing the 10,005th Prime Number
Hey Daniel, What James said makes sense, you must try the problem and ask about your doubts here. But here are some hints to ge...

plus de 6 ans il y a | 0

Réponse apportée
SIMULINK model of a mass-spring with discrete external force is stuck
Hey Foad, I tried running your model at my end and similarly got stuck at ~29%. It actually isnt stuck, it is just progressing ...

plus de 6 ans il y a | 0

Réponse apportée
Is there any plan to support python 3.x in MATLAB production server?
Hey, Like you said currently only Python 2.7 is supported for MATLAB Production Server. Any future plans for integrating python...

plus de 6 ans il y a | 0

Réponse apportée
Advanced Line Plotting/ Recreation of old figure
Hey Michael, To plot multiple lines together on one graph with shared axes you can try using the hold command in the following ...

plus de 6 ans il y a | 0

Réponse apportée
How can i reduce precision only in the maximum value of a column matrix?
Hey Elisa, The max() function returns the maximum value in an array and its index position. So using the following command we g...

plus de 6 ans il y a | 1

Réponse apportée
Got my Uni licence activation code but not recognised when I attempt to install Matlab in Ubuntu 14.04
Hey, From your question it appears that you may have been inputting the Activation Key into the File Installation Key window. A...

plus de 6 ans il y a | 0

Réponse apportée
How to Move Position of Z Axis Ticks on Plot3 Graph?
Tick direction can be changed using the TickDir property. The following will make the ticks point away from the graph: set(gca,...

plus de 6 ans il y a | 0

Réponse apportée
after installation of matlab in my laptop ,when i click matlab icon it is not opening
Hey Yuganand, This issue seems similar to another reported and solved on MATLAB Answers. You can find the discussion here. If ...

plus de 6 ans il y a | 0

Réponse apportée
How to plot time and date (x-axis) on predicted model?
Hey Ali, I tried running your code and with minimal change I got the date as the X- axis labels. Check if this is what you were...

plus de 6 ans il y a | 0

| A accepté

Charger plus