Statistiques
RANG
2 269
of 295 486
RÉPUTATION
28
CONTRIBUTIONS
0 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
2 Public Chaînes
CLASSEMENT MOYEN
30
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
presque 4 ans il y a
A résolu
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
presque 4 ans il y a
Hi there, Can anyone please tell me how to model under ground cable in matlab and how to connect it to a load?I want to model this cable so how will I model please anybody help.
The example that you have taken the screenshot from: AC Cable with Bonded Sheaths looks like a good start. It contains the sourc...
plus de 5 ans il y a | 0
| A accepté
Modeling and Simulation of PV Solar Power Inverters
The best place to find up-to-date scripts and models for PV solar power inverters are the in-product examples: https://www.math...
plus de 5 ans il y a | 0
| A accepté
Please help me to sove this problem, thank you so much!
This looks like an issue with your specific model saved in a previous release being opened in a newer release. Reviewing our iss...
plus de 5 ans il y a | 0
| A accepté
Not able to connect Specialized power systems and Simscape blocks
Simscape Electrical provides two simulation technologies: Libraries Compatible with Simscape Technology and Specialized Power Sy...
plus de 5 ans il y a | 0
| A accepté
Why are there multiple models of same device?
Simscape Electrical provides two simulation technologies - as per the link in the answer above: Libraries Compatible with Simsca...
plus de 5 ans il y a | 0
| A accepté
How can i build a 3 phase inverter with simscape, which the output voltage with rise and fall time?
Simscape Electrical includes multiple Simscape-based IGBT models with different levels of detail. The IGBT (Ideal, Switching) bl...
plus de 5 ans il y a | 0
| A accepté
Can i download the model example - 'pe_marine_electrical_system' and run it on my matlab 2013a
This example relies on features which are only found in more recent releases. It first appeared in Simscape Power Systems in R2...
plus de 5 ans il y a | 0
| A accepté
A résolu
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
presque 11 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
presque 11 ans il y a
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
presque 11 ans il y a
A résolu
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 ...
presque 11 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
presque 11 ans il y a
A résolu
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...
presque 11 ans il y a
A résolu
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:...
plus de 12 ans il y a