Answered
Can daessc solve index 2 (or higher) DAEs?
Hey Flauipauni, I understand that you want clarification if the DAESSC solver can solve index 2 or higher DAEs. No, DAESSC has...

8 months ago | 0

Answered
How can I restore deepNetworkDesigner session after the on-line MATLAB session has timed out or expired?
Hey Girjesh, I understand that you are facing issue with restoring deepNetworkDesigner app after the online MATLAB session ter...

8 months ago | 0

Answered
synchronized firing circuit for single phase rectifier
Hey Akesh, I understand that you want some guidelines to design synchronized firing circuit for single phase firing circuit in...

8 months ago | 1

Answered
help for scaleruler, northarrow
Hey Elisabetta, I understand that you are facing difficulty in producing a map for some given latitude/longitude range values w...

9 months ago | 0

Answered
How to generate 24Ghz FMCW waveform?
Hey Abdul, I understand that you want to configure carrier frequency option using phased array toolbox to generate a 24GHz sign...

9 months ago | 1

Answered
failover to local license if network license fails
Hey Edward, I understand that you want to use your use local licence if the network licence is not available. You can take h...

9 months ago | 0

Answered
Simscape and SimulinkFeedback Control (Practice)
Hey @Arda, I understand you are not able to proceed with task 5 of SImscape onramp, feedback Control (Practice). This is becau...

9 months ago | 2

| accepted

Answered
i have written a while loop which displays 'yes' or 'no' if the difference is less than 0.5 for a given problem. how can i write this output into an excel sheet.
Hey Aditi, One possible way to do so is: data=readtable("DATA.xlsx"); X=table2array(data); i=1; j=2; while i<57 M=ma...

9 months ago | 1

| accepted

Answered
Error says "Subscript indices must either be real positive integers or logicals"
Hey, here, the variable 'x' has index values ranging from 1 to 19. So to remove the error keep the index value with in that ran...

9 months ago | 0

Answered
how to solve this error
Hey Brito, The variable 'h' has index values ranging from 1 to 11. To obtain the desired results, you may consider modifying th...

9 months ago | 0

Answered
Webapp access error: all available session are in use
Hey Junho, I understand that you encounter an issue when multiple users access the webapp application simultaneously, resulting...

9 months ago | 0

Answered
Details of daessc solver
Hey Federico, I understand that you seek information about the DAESSC solver implementation in MATLAB. It is multistep impli...

9 months ago | 1

| accepted

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

9 months ago

Answered
Is there any hybrid ac/dc medium distribution lines network available online having ac and dc distribution lines.? Any modified IEEE distribution systems etc.?
Hey Arif, I understand that you need a reference to a hybrid AC/DC test system with AC and DC distribution lines or an IEEE dis...

9 months ago | 0

Answered
Variant handled port interfaces in ARXML
Hey Dinesh, I understand that you want to generate a variant based ARXML file for your bottom up AUTOSAR development and you ar...

9 months ago | 0

Answered
Error on Simulink : CRL: "Simulation Target IPP BLAS SIMD" cannot be found in the registry.
Hey Aravind, I understand you receive the error :CRL: "Simulation Target IPP BLAS cannot be found in the registry" when working...

9 months ago | 1

Answered
error: MATLAB is selecting SOFTWARE OPENGL rendering.
Hey Mamata, I understand that you are having issues while trying to boot MATLAB for the first time after install, in Ubuntu. On...

9 months ago | 0

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

9 months ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

9 months ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

9 months ago

Answered
how to convert a matix in .xlx specific julian day format?
Hey Mohsin, I understand you would like to rearrange the ‘tmax’ and ‘tmin’ data along with the corresponding dates, where the ...

9 months ago | 0

Answered
How to reshape latitude, longitude and data of not regularly-spaced vectors into 2-D matrix to plot a pcolorm?
Hello, I understand that you are facing difficulties to plot using “pcolorm” as the data is not regular. “pcolorm“ is limited...

9 months ago | 0

Solved


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

9 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 months ago

Answered
Suggestions on how to count on only one side of a drawn line
Hey Marianne, I understand that you want to determine the count of the points that are on the left of a given line. I will ass...

9 months ago | 0

Answered
how to get a table of energy of individual sensor node vs time?
Hey Blessina, Based on you reply to the comment, I understand that you are encountering challenges in consolidating the data f...

9 months ago | 1

| accepted

Answered
How to plot isochrons in 3d
Hey Braden, I understand that you want a 3-D plot of “isochrons” for a 3-ODEs and have encountered difficulties in obtaining th...

9 months ago | 0

Answered
um how do you plot rectangles in different parts of a bigger rectangle kinda like a room using coordinates of the bottom left hand cornwer
Hey Oluwaseun Adetunji, I understand that you want to create rooms within a house, for which you want to plot cuboids inside a ...

9 months ago | 0

Answered
How to send udp packets to non constant ip address
Hey Kaspar, I understand that you are facing difficulties in sending UDP packets to the sender from which you received the pack...

9 months ago | 0

Load more