photo

Swapnil srivastava


Last seen: 4 Tage vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Finding the toolboxes required for a Simulink Block
Hi guys, Is there a way to find what toolboxes are needed for the simulink blocks in the documentation? I want to use this block...

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Issue with generating a sine wave via linspace and colon
Hi Everyone, I'm having an issue with generating a sine wave using the linspace operator vs colon operator. The code is below: ...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


how to input a string into a function?
my function is function [Title,Author,Number_of_pages]=disp_book(Tit,Aut,Nu_of_pg) fprintf('Title: %s',Tit) fprintf('...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i keep adding to my script?
% the script asks for and adds book to the library A=input('What would you like to do?: ','s'); %promots the user while ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run this code?
A=input('What would you like to do?: ','s'); if strcmp(A,'add book') Tit= input('Ask for title: ','s'); Aut=i...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort