photo

Prashant Funde


Last seen: mehr als ein Jahr vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Post Graduate student

Statistik

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Excel write data into a cell not working for below condition
Hi all, I have to write excel cell with data. If i provide the data though some variable directly then its working but if it...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Simulink SDI Report Generation Error
I am facing below error while generating/saving Simulink Dat ainspector Compare signal report in html format. Value must be a 1...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to avoid errors related spectrum scope in simulink
I am using spectrum scope to observe output of simulink model. When i enable buffer input from spectrum scope, i kept buffer si...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


FPGA in loop for Spartan 6 SP601 board.
I want to use FPGA in loop with my Spartan 6 SP601 Evaluation board. I tried FIL_PID.mdl example with MATLAB2012a and ISE 14.4...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
HDL Verifier and FPGA in the loop
If this problem is solved please give me some hint.

mehr als 7 Jahre vor | 0

Frage


How to remove Rho labels?
Hello all, Can anyone tell me how to remove Rho labels from figure generated by compass?

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to handle Compasss GUI?
<</matlabcentral/answers/uploaded_files/80552/phasor_plot.png>> As per shown in this image of compass, I want to remove 50...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to isolate between two axes handlings.
Hello everyone, I have 10-11 axes in my GUI which i want to handle through a Push Button. I used following code to handle ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


expansion of trigonometric formula and phasor term
I wanted to know that how we can split trigonametric formulas in MATLAB. as an eg. if i want to split (cos(a)*cos(b)) how can i...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Progress bar in text box in matlab gui?
How to assign a progress bar to a text box in MATLAB GUI? I used wait bar but I want progress bar in gui figure itself.

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to add two signals for QPSK modulation?
I have two signals with data type as double: sig_ch_i and sig_ch_q. I want to modulate these two signals at the same time with ...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to append ones or zeros
I have array of 527 and 532 bits. I want to do some processing on bits but for that processing it is mandatory that array have e...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot updated in msg box instead of axes
Hello everyone, I used axes to plot a figure on my gui window. When some message box (dialogue box) pop up that time plot is ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


command window with command execution automatically
I want to run in command window "promgen -p bin -r test.mcs -o mytest.bin" with exiting folder using matlab. At that time my ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


give some command from MATLAB to DOS command window
Hello everyone, Please tell me, how can i give following command to DOS command window using MATLAB? promgen -p bin -r abc...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


options for if else condition
Hello sir, I have to use five slots but if two slots out of these five are free then as per users instruction randomly any one ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to use while loop
I am using 2 variables for getting(Receiving) data from serial port. I want to use while loop to operate these two variables. ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab serial communication buffer
Hello sir, I wanted to take output data continuously from my serial communication. even 48k buzzer size is also not enough fo...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


handles an axes in gui
Hello all; I am using two axis in my gui, in which in one axis i have to plot bar graph and in another i am using plotfunctio...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


RS232 communication and clear buffer data
Hello everyone, I wrote this code to communicate my device using MATLAB interface. serConn = serial('COM11','BaudRate',...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generation of Different frequency bands
I want to generate different frequency bands or different channels in same frequency band using matlab code or simulink model. ...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Generations of different frequency bands
I want to generate different frequency bands or different channels in same frequency band using matlab code or simulink model. ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Receive serial data in Hex
I wanted to write data received from serial port in text file. I want received data in the form 40 00 20 00 10 00 08 00 00 ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


carry addition in a binary number
I have a number which is in 2's complement form, i wanted to make it in general binary form. So please tell me is there any dire...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to draw a circle and dot inside circle as shown in figure?
<</matlabcentral/answers/uploaded_files/48398/screen%202.jpg>> I wanted to plot red dot inside circle of radius 3. Marked r...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Value stored in buffer after serial communication
Hello everyone, I want to send some command to the FPGA through serial port. Command will be send from MATLAB GUI. To send a c...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


rs232 communication gui
I want to make communication in such a way that when there is no short created between pin no 2 and pin no. 3 for RS232 there sh...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI to make USB to serial communication.
I want to make a gui to make serial communication. I referred examples given here. But i want to make communication in such a wa...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Want to find a specific column of needed data
need to take transpose of B as well as S to get proper answer. Thanks for your support..

etwa 9 Jahre vor | 0

Frage


Want to find a specific column of needed data
I have a matrix of B= [ ]4*25 data bits, and i have another variable which consist of one of the column of B. How can i find spe...

etwa 9 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden